converting ascII values to characters

Blitz3D Forums/Blitz3D Beginners Area/converting ascII values to characters

SSS(Posted 2003) [#1]
hi all, im trying to convert ascII values to characters like 32 = ' ', i was wondering if anyone knew how to do it or if i needed to make my own function


Zenith(Posted 2003) [#2]
chr(32), hehe


SSS(Posted 2003) [#3]
oh, i was tried str duh
thanks


Curtastic(Posted 2003) [#4]
why isnt it called char()?
chr() is like having "prnt" instead of "print".


Anthony Flack(Posted 2003) [#5]
You may as well ask, why isn't it called character()?

It's been called chr since the early days of basic.


Neo Genesis10(Posted 2003) [#6]
Less to type in... a little bonus when developing large games :)