Code: Select all
repeat for each line L in tFiles
if L contains gMainProgramArchiveName then
put true into tMainAppDownload
end if
end repeat
In version 6.6.2, I get an error on the contains line that reads:
stack "TruckersWalletSplashScreen": compilation error at line 185 {Expression: unquoted literal), char 27
Line 185 is the line that has if L contains
This has been a great learning assignment for me but hope one day I can get this application released soon.