Well, i've been messing with file handling trying to learn it real well, and im curious... When I write a string to the filestream like:
Stream.Write('asd',66785);
What's all those random characters it writes to the file after 'asd' since the buffer is 3 chars long, not 66785.?
Bookmarks