Message 1 of 3
[SOLVED] WriteString Problem

Not applicable
10-11-2008
03:31 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
MS irritating again, the problem is that whenever i try to write a string MS also writes a blank byte too. For example if i say
then it will write like this
i dunno why its writing 00 too. here is my fileWriter declaration
any idea guys ?
WriteString fileWriter "C"
WriteString fileWriter "D"
WriteString fileWriter "E"
then it will write like this
TEXT HEX
C.D.E. 4300 4400 4500
i dunno why its writing 00 too. here is my fileWriter declaration
fileWriter = fopen filePath "wb"
any idea guys ?