![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
I was looking at the new string manipulation feature. I wanted to take the right two characters of "0$Month$" so that I could get a proper collating sequence for dates such as 01 02 ... 09 10 rather than 1 10 11 12 2 3 ... 9 Any thoughts on how to do this? Must we use IF $Month$ < 10 then $Clipboard$ = 0$Month$ Else $Clipboard$ = $Month$ End if ??? |
| |||
|
Hello, You can use String Manipulation and Variable Operation command to perform this task. For your reference, we have attached a sample task. Please copy it under location, 'C:\...\My Documents\Automation Anywhere\Automation Anywhere\My Tasks' folder. Hope that helps. |
![]() |
| Thread Tools | |
| Display Modes | |
| |