saucepleez / taskt

taskt (pronounced 'tasked' and formely sharpRPA) is free and open-source robotic process automation (rpa) built in C# powered by the .NET Framework
http://www.taskt.net/
1.06k stars 346 forks source link

[bug] Send Keystrokes - leading 0 of numeric string is ignored #269

Closed ghost closed 2 years ago

ghost commented 2 years ago

I set numeric string started with 0(e.g. 000001) to Insert Variable of Send Keystrokes. But Send Keystrokes send string without leading 0.

image

If string conatins nonnumeric characters(e.g. 000001a), Send Keystrokes works fine.

rcktrncn commented 2 years ago

Please insert "Set Engine Preference" before Send Keystrokes. "Set Engine Preference" is "Disable Automatic Calculations"