saving text problem

BlitzPlus Forums/BlitzPlus Programming/saving text problem

MadMax(Posted 2003) [#1]
Seems that when I save a string, blitz saves an extra 4 bytes at the beginning, this is very annoying. I wonder if someone knows a way to avoid this, as I would like to write an IDE using blitz+.


soja(Posted 2003) [#2]
Use WriteLine instead of WriteString.


MadMax(Posted 2003) [#3]
cheers, thanks a lot