I have the latest Macro Scheduler version (14.2.03) and still have the same problem as in earlier versions.
With bigger and longer working scripts, there is a big problem with ms ducktyping interpreter (string/number automated recognition). I want to force a recognized text to be interpreted as a number, or a string.
I.e. I have a function which reads a number from text on disc, and:
Code: Select all
let>amount=%r1%-1,50
wait>1
lclick
send>%amount%
I have reported this issue 3 years ago, but it still persists in the latest version. I even sometimes make weird hacks in the code to write variables on disc and read them again, but as you can see, it still doesnt always solve the problem.
I would really, really need to force interpretation to double (float) instead of string. Can I somehow do that?