I'm using the breakapart method and want to assign the substrings to string variables - like
var
ar Array[] String; must be resizable
s, Firstvar, Lastvar string
tc TCursor
endVar
{scan code, etc}
s.breakApart(ar)
Firstvar = ar[1]
Lastvar = ar[2]
Unable to assign substring to...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.