Devon
|
I'm working on a replacement font system for my project, because, well, V2's font system is sorta lame. What I'm trying to figure out right now is how to read the ASCII values out of a string. Is the variable type string just a pointer, or is it something else? In other words can I do:
myvalue = byte[mystring];
and myvalue will be equal to the ASCII code of the first character?
If not, is there any way to read the string data byte by byte?
Thanks,
Devon
---
Square's making money.
We're making art.
Posted on 2000-12-19 19:37:18
|