PDA

View Full Version : Rawtext 2



DirectuX
12-01-2020, 22:48
Hi,

back again with RAWTEXT :


DIM b AS STRING = RAWTEXT
" this string has uneven double quotes (") "
END RAWTEXT

Msgbox b
MsgBox(null,"*" & b & "*" )

this is raw text, but it doesn't accept uneven double quotes.

ErosOlmi
22-01-2020, 13:47
That's a problem :oops:

Even if ROWTEXT return what's inside beginning and end of RAWTEXT ... scanning of the buffer is done token by token (and not byte by byte).
So for the tokenizer double quotes are important.

I need to find a way to change logic.

I've promoted this post as an issue