I am new to this and I have two questions/issues. I have this code:
stringVar CallMemo;
CallMemo := {tbl.col};
Right(CallMemo, InStr(CallMemo, ";") -1)
How I would like it to function is to delete everything before the first semicolon and leave the rest of the memo field. Instead I get the bottom part of the memo field - whatever the instr count is obviously (not all the remaining text after the first

.
Also, is there a process that can be incorporated to ignore a memo field if it does not start with a left bracket and contain a semicolon?
thank you!