Hi,
more generally, if you're looking for the difference btw two result variables, then I know a way by using Element Tables:
- create an Element Table for each of the two result variables, say S1 and S3 (see in the Element Reference Manual which ETABLE corresponds to the desired value of the involved element type); OK, with S1 and S3 there is no need for that since it is SINT by definition, but it's just to have an idea. Call the two tables as you like, say TAB_S1 and TAB_S2.
- use SADD command to "add" them together (in reality, by specifying a negative multiplier the "add" becomes a "subtract"):
SADD,TAB_SINT,TAB_S1,TAB_S3,1.0,-1.0,0.0
Hope this helps or gives some ideas...
Regards