efreedus Posted February 2, 2007 Report Share Posted February 2, 2007 I trying to get the integer position of the ")" in T71 (the variable I search increments to T72 , etc.dynamically). Separated for readability. <TVAR2:71:01:ASDF)ASDFASDF> <IVAR2:70:01:71> <TVAR2:60:01:<IVAR2:98:13:"%N70%"> <RUNMACVAR:60> ME crashes and closes. For the third line, I've tried to reference the T71 variable: "%N70%" %N70% 70 N70 I've tried storing %N70% to T70 and making the expression: <TVAR2:60:01:<IVAR2:98:13:"%T70%"> And without quotes <TVAR2:60:01:<IVAR2:98:13:%T70%> This last one doesn't crash but doesn't set N98 to anything when it should be 5. What am I missing? Quote Link to comment Share on other sites More sharing options...
efreedus Posted February 2, 2007 Author Report Share Posted February 2, 2007 Got it!!! <TVAR2:60:01:<IVAR2:98:13:%N70%\s>> Didn't know about that little \s !!!!! Finally saw reference to it in another posting. Hey, only took about three hours! Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.