frateg8r Posted July 1, 2007 Report Share Posted July 1, 2007 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 Quote Link to comment Share on other sites More sharing options...
Cory Posted July 3, 2007 Report Share Posted July 3, 2007 It should work as you describe. Give us your code from the direct editor and let's see what's wrong. 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.