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
converting ascII values to characters
Blitz3D Forums/Blitz3D Beginners Area/converting ascII values to characters chr(32), hehe
oh, i was tried str duh
thanks
thanks
why isnt it called char()?
chr() is like having "prnt" instead of "print".
chr() is like having "prnt" instead of "print".
You may as well ask, why isn't it called character()?
It's been called chr since the early days of basic.
It's been called chr since the early days of basic.
Less to type in... a little bonus when developing large games :)