![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I was trying to test a macro to print selected pages of a PDF. I found that a variable operation removes COMMAS in an assignment if there are no spaces thus the first message box below displays 1, 2, 3, 7 while the second displays 1237 no commas.???? what is the intent of this? I checked the HOW and EXAMPLES and couldn't find any documentation for this effect. this is v6.1 obviously, the clipboard is not a list variable - if that would matter. 1 Comment: ================ 2 Comment: ================ this next line sets test data 3 Variable Operation : 1, 2, 3, 7 To $Clipboard$ 4 Comment: ================ 5 Message Box: "$Clipboard$" 6 Comment: ================ 7 Comment: ================ 8 Comment: ================ this next line sets test data 9 Variable Operation : 1,2,3,7 To $Clipboard$ 10 Comment: ================ 11 Message Box: "$Clipboard$" 12 Comment: ================ |
![]() |
| Thread Tools | |
| Display Modes | |
| |