I have tried using instr per the help files in attachmate, but i couldnt get it to work, was always getting a syntax error, but i have these lines of code:
if q$ = "EC" then goto testme
if q$ = "Ec" then goto testme
if q$ = "ec" then goto testme
if q$ = "eC" then goto testme
Is there a way to...
I have a macro with a function that has about 3k lines. This function contains rows of this:
If WC="123456" then Entity="a"
If WC="654321" then Entity="a"
If WC="012345" then Entity="b"
etc... i have written macro before where it will pull lines by line out a text file, but i would need this...
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.