1. What kind of file are you trying to convert to a string?2. while reading the file convert 0x00 to a newline?
Conclusion: Torque has poor file manipulation functions (why can't you read 100 bytes at a time or something, what if the new line characters are important for the file?) and limited string manipulation.
1. look at the title.2. You can't read 0x00. And even if you could, then what would newline be converted to?
A binary file could be a picture, model, music, etc.newline is a delimiter, like space or tab
A binary file could be a picture, model, music, etc.