
I've a bit a strange problem: Somewhat like a variable underflow

This is when writing something like 9e-6 in a variable. It would'n bother me, if it's handled like a string or a number. But it has to be correct!
Check it out yourself:
//Initialisation of global variables
//Set the delay between sending characters in milliseconds
Let>SK_DELAY=20
//Start all programs maximised
Let>RP_WINDOWMODE=3
//Wait after starting a program until it is idle
Let>RP_WAIT=2
//Test exponential write
RUN>C:\winnt\system32\notepad.exe
SetFocus>Untitled - Notepad
Let>BER=9e-6
Send>%BER%