If I read a file and am driving a loop through each row - the loop function {LOOP(CurrentValueXArray,0)}
allows me to select individual fields of the current row and use them or assign them to variables
I have an sql read that returns to STD OUT, in tab delimited form, the 4 parameter fields from a control table - is there a way to select each field from STD OUT in the same way you can when in a loop.
{PREV STD OUT(CurrentValueXArray,0)}
I am just trying to avoid a complex seek index , sub string exercise if I can
Thanks
Brett.