I generated the file and had something along the lines of
/write file.txt item $lf data
I changed to item $+ $lf $+ data
but I still felt the need to report it
well
it takes the space after Item
but it doesnt take the space before Data
so if Item_ can be referenced with $+ $chr(32) $+
shouldn't _Data be loaded as _Data and not Data?
Understand or should I rephrase all that?