Posted: 25 Mar 2014, 19:17
I'm working on getting text input to display on the Push LCD. I was hoping it would be easy, but I've already hit a bit of a wall:
That results in an error: Error : ''s'' is not a valid integer value
How can I get back the ASCII integer value of 's' ?
sorry, this got posted to general discussion but it should be in patching questions.
Code: Select all
k := strtoint('s');
writeln('s is '+inttostr( k ));How can I get back the ASCII integer value of 's' ?
sorry, this got posted to general discussion but it should be in patching questions.