Closed robmunger closed 3 years ago
I've isolated it to:
v:=2 "s"
woops, I didn't put
lineWhereCanConcat = i
after
everything.push({type:'Integer',text:fEvalidName,i1:i,c1:nonWhiteSpaceStart,c2:c})
ok, now Integers can concat ~doesn't freeze anymore~ should be fixed
Bravo!
@FuPeiJiang Thanks again for this great script. I converted 1221 lines of a large script, but the converter crashes on the following code.
If I replace "_AllIDsString .= (AllWindows%AIndex%+0) "|"" with "_AllIDsString .= (AllWindows%AIndex%) "|"" (ie I remove the "+0") the code converts.
Thanks!