![]() |
| |||||||
Automation Anywhere Post messages and questions related to Automation Software here. |
![]() |
| | LinkBack | Thread Tools | Display Modes |
| |||
|
Here is a little one line program. 1 Message Box: "$Date$" It shows that the value in the DATE variable is different in an ATMN than it is in an EXE This makes it very hard to write code... when run as an exe, we don't get the leading zeros: hence something like 7/26/2010 16:4:59 if run as an ATMN we would get 07/26/2010 16:04:59.... are there any other known differences when running an ATMN versus an EXE? |
| |||
|
Hello Phil, We could reproduce the issue with $Date$ variable and we have passed it to product developement team. To get around the issue, we can use combination of system variables, $month$, $day$, $year$. We have attached sample task for reference. |
![]() |
| Thread Tools | |
| Display Modes | |
| |