Page 1 of 1
[Implemented] ReadAscii(#File)
Posted: Tue Aug 18, 2009 9:11 pm
by nco2k
Code: Select all
ReadAscii(#File)
WriteAscii(#File, Number)
ReadUnicode(#File)
WriteUnicode(#File, Number)
c ya,
nco2k
Posted: Tue Aug 18, 2009 9:20 pm
by blueznl
Why? There are flags for the Read... and Write... commands?
Posted: Tue Aug 18, 2009 9:30 pm
by nco2k
im not talking about strings. im talking about the new unsigned data types.
c ya,
nco2k
Posted: Tue Aug 18, 2009 9:33 pm
by blueznl
Ah, yes. That's how confusing those naming schemes are!
Can't help myself, let's pitch for ReadUByte() instead of ReadAscii(), and ReadUWord() instead of ReadUnicode()... Honestly, ReadUnicode() is about the most misleading instruction I've ever run into thus far.
Posted: Tue Aug 18, 2009 10:43 pm
by freak
Its probably going to be ReadAsciiCharacter() and ReadUnicodeCharacter() and thats not misleading at all.