4 - Content start key not found.
Content start key('\"') not found.
var $s -> hello;
BH#1#4 - DevCode -> 0 | Path 'C:\Users\GROOPHY\Desktop\scripttest.txt'
Content start key('"') not found.
Ln: '0' | ChLn: '10-11' | Ch: 'h'
var $s -> hello
Just add " char.
Fix method:
var $s -> "hello";
Last updated