If you use the command Control String Variables with the argument inStr to search for a string in a string variable (TPC: t[X] .inStr "TEXT", v[Y], .beg Z ), that the string you are looking for is empty, and that you assign where it was found in a variable, the value returned in Maniac should always be 0, even if the string variable is invalid, even if you use the beg parameter to start the search for the string before or after the actual size of the string variable.
If you use the command Control String Variables with the argument inStr to search for a string in a string variable (TPC:
t[X] .inStr "TEXT", v[Y], .beg Z), that the string you are looking for is empty, and that you assign where it was found in a variable, the value returned in Maniac should always be 0, even if the string variable is invalid, even if you use the beg parameter to start the search for the string before or after the actual size of the string variable.