leo Posted March 18, 2006 Report Posted March 18, 2006 Hi, Can one perform simple math expressions in Macro Express? For example, (2 + 2) * 3 I haven't been able to find a way to do this in the evaluation copy. Thanks Leo Quote
joe Posted March 18, 2006 Report Posted March 18, 2006 Welcome to the group! Can one perform simple math expressions in Macro Express? For example, (2 + 2) * 3 Yes, but you must use variables to hold the results. Variable Modify Integer: %N1% = 2 + 2 Variable Modify Integer: %N1% = %N1% * 3 <NMVAR:01:01:2:0000002:2:0000002><NMVAR:03:01:1:0000001:2:0000003> Quote
leo Posted March 19, 2006 Author Report Posted March 19, 2006 Thanks, Joe, I'll look into that! Quote
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.