|
Post by indiedev on Sept 18, 2022 13:21:00 GMT
while i'm the 1st to admit i'm skeptical of bugs in rad, this is real [minor, but can be major if you rely on it]:
'bool iFileEOF(int) Return true if any previous iFile...Read() call has reached the end of the file'
...you need to set it to false to do above, thought it was just me when it didn't work as expected so tried false and it worked, but when a [modified to test functionality] script written by someone else [_GlobalStringArray_reader_writer] wasn't working, then worked after i flipped it too, i knew it was bugged - just a typo in rad's code, can happen to anyone...
|
|
|
Post by TinSoldier on Oct 18, 2022 4:24:18 GMT
I seem to remember reporting this to fernando, but it's been a few years.. so i'm, not sure.
Good find though doing the reverse.
|
|
|
Post by indiedev on Nov 4, 2022 12:23:24 GMT
yep, the old 'if it doesn't work - do the opposite' trick succeeds sometimes.
i mainly do it to see the effect, but don't expect it to actually work unless i did a typo myself...
|
|