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
line 17 generates the last of three errors. Apparently Instr can't handle anything besides numeric literals or a variable. So the part -(StrLen(src)-pos+1) should be replaced by tmp, which should be filled on the line before
The text was updated successfully, but these errors were encountered:
line 17 generates the last of three errors. Apparently Instr can't handle anything besides numeric literals or a variable. So the part -(StrLen(src)-pos+1) should be replaced by tmp, which should be filled on the line before
The text was updated successfully, but these errors were encountered: