Varkon Extended Library


split_str

splits a string into left and right sides of a chosen split character

syntax

part(#1,split_str(input, split_chr, left, right));

STRING input*132;

STRING split_chr*1;

VAR STRING left*132;

VAR STRING right*132;



notes

if you have a statement of 'edge=1042' then this function returns 'edge' and '1042'