May 06, 2024, 02:24:40 AM

News:

Own IWBasic 2.x ? -----> Get your free upgrade to 3.x now.........


Solution for characters

Started by Parker, January 11, 2006, 07:21:40 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Parker

I was thinking about how unicode would be implemented, with the string changing types, and I thought we should have a character type that changes too, since you don't want byte changing, and half the length won't work (using byte). So if we had a CHAR type or something similar, that would make it nice. I suppose we could put a #typedef char word/byte depending, but it would be nice to have it built in...