Varkon Extended Library
splits a string into left and right sides of a chosen split character
part(#1,split_str(input, split_chr, left, right));
STRING input*132;
STRING split_chr*1;
VAR STRING left*132;
VAR STRING right*132;
if you have a statement of 'edge=1042' then this function returns 'edge' and '1042'