PDA

View Full Version : is it a feature ? RAWTEXT



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

ErosOlmi
09-01-2020, 21:59
Yes you are right.
mmm ... maybe last CRLF can be incorrect or in any case ...if not CRLF at the beginning it should not have CRLF at the end.
Will consider to change.

ErosOlmi
09-01-2020, 22:02
Fixed, it will be present in next release.