[Implemented] Reading strings until reaching a size of bytes
Posted: Fri Sep 03, 2004 9:49 pm
Hello,
I got an idea for a better handling with the file-system. What is about reading a string until a size of bytes is reached? Is that possible?
Like that:
So it is not necessary to got a "end of line"- sign and many strings could be in one line without seperate them, but could be read seperated and correctly with the size-parameter. Then it would stop reading at reaching the size of bytes in the optional parameter.
So, that is what I'd like to have in in the future for better handling with strings.
mfg.
Sunny
I got an idea for a better handling with the file-system. What is about reading a string until a size of bytes is reached? Is that possible?
Like that:
Code: Select all
ReadString([size_in_byte])
So, that is what I'd like to have in in the future for better handling with strings.
mfg.
Sunny