TMW Systems

IF srctab srccell REGEX regex_expression GOTO|CALL label. If there is a match with the source cell goto the label or call the routine at the label. More powerfully: IF srctab srccell REGEX regex_expression desttab destcell. If there is a match with the source cell, copy the MATCH to the destination cell. ................
................