Limitations of some functions in the rules ?
#1
Hello,

Is there a way to:

- Toggle the case of a character > at the 10th position. (I have an error when > T9)

- Inserts a character X > at 10th position. (I have an error when > i9x)

- Overwrite a character > at 10th position. (I have an error when > o9x)

Smile
#2
use A for 10, B for 11, etc
#3
(09-16-2012, 11:33 AM)atom Wrote: use A for 10, B for 11, etc

Thanks a lot atom!!!