The Bytecode Club

Full Version: I solved "unterminated string" compiling problem in v5.5.1.1
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I don't have any knowledge about coding and my english is even more..

sorry about that.

But I found there are missing double quotation marks in some coding files.



line 766 in COCBot\functions\Read Text\getChar.au3
line 6, line 16 and line 18 in COCBot\functions\Read Text\getString.au3


"?(X) -> "?"(O) : You have to fix like this. just add double quotation marks.



after fix that, it works.



how can happen this problem to only some guys like me?

rest of guys, how can you compile even if it has this problem?

it's very curious.
There is not problem if your system language is English. Change your system language then try again.
(02-08-2015, 11:46 AM)Iceriver Wrote: [ -> ]There is not problem if your system language is English. Change your system language then try again.

right..my system language is not English.

thank you for your advice.
Thanks for reports,

the problem not for the quotations. but for bad character
in getString have a char "¦" , now i replace to "|" in next updated, it will fix the problem