saving text problem
BlitzPlus Forums/BlitzPlus Programming/saving text problem| 
 | ||
| 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+. | 
| 
 | ||
| Use WriteLine instead of WriteString. | 
| 
 | ||
| cheers, thanks a lot |