Quote from
luishp on March 23, 2023, 10:42 pm
@nikyred note that if you use something like this:
SetVar "[myvar]" "23/03/2023"
VisualNEO Win will do the math operation and assign the result to [myvar] (0.00378975119459548525)
But if you use this (using an exclamation sign), the data will be assigned as it is, as a string, without doing any math:
SetVar "[myvar]" "!23/03/2023"
So [myvar] will store "23/03/2023" instead of 0.00378975119459548525
Regards.
@nikyred note that if you use something like this:
SetVar "[myvar]" "23/03/2023"
VisualNEO Win will do the math operation and assign the result to [myvar] (0.00378975119459548525)
But if you use this (using an exclamation sign), the data will be assigned as it is, as a string, without doing any math:
SetVar "[myvar]" "!23/03/2023"
So [myvar] will store "23/03/2023" instead of 0.00378975119459548525
Regards.
Vadim has reacted to this post.