You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
txtLog.Text&=vbCrLf&"Warning: At line "&match.Value.Trim()&": GOTO/GOSUB/THEN with non-constant line number found! Please adjust logic manually!"&vbCrLf&vbCrLf
491
-
494
+
IfNotgoSubEncounteredThen
495
+
'If there was a GOSUB statement and it was not changed, it means that it was GOSUB with integer variable
496
+
match=Regex.Match(line,"^ *[0-9]+")
497
+
txtLog.Text&=vbCrLf&"Warning: At line "&match.Value.Trim()&": GOTO/GOSUB/THEN with non-constant line number found! Please adjust logic manually!"&vbCrLf
0 commit comments