char()
From Hack Wars Wiki
| Information for free function char() | |
| Function | char(int n) |
| API | Attacking, Banking, FTP, Watch, HTTP, Challenges, Hacktendo |
| Description | Returns a string containing a single character based on the integer given. |
Values
Only the values 10 and 32 to 126 will return a char. All others will cause the script to stop. See Dec values at http://www.asciitable.com/
