DirectuX
09-01-2020, 18:31
Hi,
with keyword RAWTEXT,
you can't avoid the carriage return at the end. Yet, there isn't one at the beginning.
DIM b AS STRING = RAWTEXT
"abc"
END RAWTEXT
MsgBox(null,"*" & b & "*" )
msgbox(null, len(b)) ' 7
with keyword RAWTEXT,
you can't avoid the carriage return at the end. Yet, there isn't one at the beginning.
DIM b AS STRING = RAWTEXT
"abc"
END RAWTEXT
MsgBox(null,"*" & b & "*" )
msgbox(null, len(b)) ' 7