Page 1 of 1

What asc() & chr() function does?

Posted: 2004-05-13 14:42:06
by lalla521
i was searching for a way to convert char to ascii code and vice versa...

i found these 2 functions but it does not seem to work... is there a way? and what does these function do?

ps: last question :P can resent be turned off on injection 4zd (the latest) ?

Posted: 2004-05-14 13:48:53
by Lord Ruslan Nightmare
Fs i see from context, Chr() accepts character's code as argument and returns character (symbol). Asc() accepts symbol as argument and returns his code.
I did not used thease functions....So i may be wrong :)

Posted: 2004-05-20 15:11:06
by lalla521
umh... chr() functions well... bug asc() does not function... :(