Jump to content
Macro Express Forums

[help] Putting Information Into A Variable


dc2000

Recommended Posts

Hi

 

This would help, i just haven't figured out how to insert Macro explorer/Macro script code into the post, could someone please explain? Anyway just take the code below and insert into Direct editor/Macro Text and it would work.

 

<IVAR2:01:01:1><REP3:01:000001:000001:00050:0:01:><TVAR2:01:01:dc><TVAR2:02:01:%T1%%N1%><REM2:Text Box Display is only to show the result in T2 for example: dc1><TBOX4:T:1:CenterCenter000278000200:000:Show the value of %T2%%T2%><NMVAR:08:01:0:0000001:0:0000000><ENDREP>

Link to comment
Share on other sites

blopib,

 

To copy the command text... select all the code you want to copy, right click and select "Copy Command Text". This will take out the coding for you. Here you go..

 

Variable Set Integer %N1% to 1
Repeat Start (Repeat 50 times)
 Variable Set String %T1% "dc"
 Variable Set String %T2% "%T1%%N1%"
 // Text Box Display is only to show the result in T2 for example: dc1
 Text Box Display: Show the value of %T2%
 Variable Modify Integer: Inc (%N1%)
Repeat End

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...