Topic: KEY =# (what key?)

Hello there.
i want to add a "when key pressed"  function to my script. In this case, i want to "clear edit boxes" when i press the "DEL" or "backspace key"

i want to use this function:

Key = # (the number of the key) then etc...

but i can't find a list of the keys that i can use. can you help? do you have a list?
Many thanks

Re: KEY =# (what key?)

nevermind, first i post the questions, then i try what i think it's obvious.
Ascii number 08 and 127 are both backspace and del.

many thanks anyway big_smile