An array of Booleans corresponding to the delimiters. If set to true, multiple
contiguous occurrences of any delimiter are treated as if there were only one occurrence. Defaults to null.
<pointer>
The pointer variable which contains the start position. Defaults to null.
<tally>
The tallying variable to be incremented by the number of delimited fields
processed. Defaults to null.
<counts>
The count variable that holds the amount of characters that are transferred to the
receiving variable. Defaults to null.
<delimiterIn>
The 'delimiter in' variable which receives the delimiter associated with the
receiving variable. Defaults to null.
UNSTRINGTXTINPUTDELIMITEDBYAORALLBINTOCDDELIMITERECOUNTXPOINTERYTALLYINGZOVERFLOWMOVE"There was overflow"tooverflowstatusNOTOVERFLOWMOVE"No overflow"tooverflowstatus.
if(!(cobolUnString(locDef.txtinput,newString[]{locDef.a.toString(),locDef.b.toString()},newAmtVariable[]{locDef.c,locDef.d},newboolean[]{false,true},locDef.y,locDef.z,newObject[]{null,locDef.x},newAmtVariable[]{null,locDef.e}))){locDef.overflowstatus.assign("There was overflow");}else{locDef.overflowstatus.assign("No overflow");}