tv_readtextfile reading a line with quotation marks

A forum dedicated to George scripting questions
Post Reply
User avatar
Lukas
Posts: 508
Joined: 14 Jan 2011, 11:15
Contact:

tv_readtextfile reading a line with quotation marks

Post by Lukas »

Is it possible to use tv_readtextfile to read a line with quotation marks somehow?

I've tried:

Code: Select all

tv_readtextfile  line '"'sourceFile'"'
PARSE result eof a b c d e f g h i j k l m n o p q r s t u v w x y z
string = a""b""c""d""e""f""g""h""i""j""k""l""m""n""o""p""q""r""s""t""u""v""w""x""y""
But the string does not correspond to the actual line in the textfile at all.

Code: Select all

"a": 255
is being read as

Code: Select all

a:255,
  • Club Baboo
  • TVPaint Pro 11.7.2
  • macOS Ventura 13.4.1 & Windows 10
  • Cintiq 27QHD
Post Reply