Applies To: |
|
Summary: |
I cannot enter a scientific notation value at runtime via the keyboard command on a number object. |
Solution: |
Please check your Input Key Sequence
command. If you are using Tag1=ArgValue1 this will not work. Try
using Tag1=Arg1 instead.
Arg1 gets the keyboard input as a string data type. ArgValue1 is a value converted from a string of Arg1. i.e.. ArgValue1=StrToValue(Arg1) |
Keywords: |
Related Links
Attachments