Report Bugs Here

Moderator: Mmiscool

User avatar
By AndyGadget
#37780 Think I've just found a strangeness with the SENDTS command; It's only accepting lower case as the variable; any mixed or upper case case sends the variable name.

This works as expected
Code: Select allTOP
ai ldr
SENDTS({my key},1,ldr)
delay 16000
goto TOP


This sends 'Ldr' as field 1
Code: Select allTOP
ai Ldr
SENDTS({my key},1,Ldr)
delay 16000
goto TOP
User avatar
By Mmiscool
#37808 This was correctly identified as a bug and has been fixed. Download the latest build.