Created
March 3, 2017 17:55
-
-
Save TLMcode/c65edb559a07e862fc1594007af2ba19 to your computer and use it in GitHub Desktop.
Returns a string with input characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GetAllInputChars() | |
{ | |
Loop 256 | |
ChrStr .= Chr( a_index ) " " | |
ChrStr .= "{down} {up} {right} {left} " | |
Return ChrStr | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment