Jump to content
Macro Express Forums

Appending Text To Variable


frateg8r

Recommended Posts

I have established string variable T1 from the clipboard:

Variable Set String %T1% from Clipboard

 

In this case, the clipboard contains a four digit number, such as 4744.

 

At a later point in my macro, I ask ME to append text to the variable, being the letters ID. This code is scripted as:

Variable Modify String: Append "ID" to %T1%

 

The next line should then type out the modified variable as 4744ID:

Text Type: %T1%

 

However, what invariably (pseudo-pun intended!) is the original form of the variable, 4744. Can anyone shed some light on why my desired revised variable is typing out? TIA.

 

Bob

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...