Mystic Software Forums

Mystic Software => General Discussion => Topic started by: DarkElite on January 07, 2006, 06:33:58 PM

Title: (no subject)
Post by: DarkElite on January 07, 2006, 06:33:58 PM
Yea... not as exciting of a question as my description seems, but I'm wondering if anyone is aware of the key for the backspace button (delete).  By this im talking about the If statement and other such commands.

(And if that didn't make sense, as it probably didn't, I mean like you know how you can say If (variable$ == "ENTER"), whats the key for the backspace button (whats in the ENTER's place))
Title: (no subject)
Post by: Xorlak on January 09, 2006, 12:23:04 PM
According to a program I wrote that never made it into DA2, backspace is this character: 

That was in TK2 of course, but it's probably the same for TK3.
Title: (no subject)
Post by: Colin on January 09, 2006, 06:16:57 PM
You could also use chr(8) in TK3.