Jump to content
Macro Express Forums

MattM2013

Members
  • Posts

    4
  • Joined

  • Last visited

Everything posted by MattM2013

  1. Text Type: <CONTROL>a---->if it's possible to do a select all in telnet Clipboard Copy Variable Set String %T1% from Clipboard Variable Modify String: Copy Part of %T1% to %T2% ---> this would copy the 350. you set the starting position and tell it how many characters to copy Text Box Display: Show T2 --->would show 350 hopefully that helps some.
  2. Thanks Alan!!!! Worked flawlessly!!! But what exactly is the significance of the "Switch" command?
  3. I'm going to try this today. I'll let you know the results of it. Thanks for the input!
  4. To anyone willing to help: I have a loop that reads like this: Repeat Until %T1% = "" body of function Repeat End However, I want to insert a counter potentially into a variable within the loop so that when the function is done once, one set of instructions is needed. If the function is done twice then do this, if done three or more times then do this. Anyone know of a way to make it happen? Thanks
×
×
  • Create New...