35 posts
Location
why do you want to know
Posted 11 April 2018 - 04:15 AM
,
477 posts
Location
Germany
Posted 11 April 2018 - 05:18 AM
You can use the following Code to get a full list:
for i=1,0xFF do
write(string.char(i))
end
Edited on 11 April 2018 - 09:27 AM