What asc() & chr() function does?

General Injection issues

Moderators: Murderator+, Murderator

Post Reply
lalla521
Posts: 80
Joined: 2004-04-06 22:41:11

What asc() & chr() function does?

Post 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) ?
Lord Ruslan Nightmare
Expert!
Posts: 359
Joined: 2004-04-25 11:11:07
Contact:

Post 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 :)
Без труда не выловишь и рыбку из пруда,
А без пруда не выловишь её и с трудом...
lalla521
Posts: 80
Joined: 2004-04-06 22:41:11

Post by lalla521 »

umh... chr() functions well... bug asc() does not function... :(
Post Reply