Hello Mr. Krishna,
By using existing ‘String Helper’ expressions and some regular ‘Assignment’ and ‘Workflow’ nodes you can create a procedure that receives a string input and produces an array as an output.
String Helper expressions:
• Using the ‘strIn’ expression you can retrieve a position of a given string (in your case, space – " ")
• Using the ‘subString’ expression you can extract strings from the original input, using given indexes
‘Assignment’ and ‘Worflow’ nodes:
• Using the ‘Object’ node you can create temporary variables to store temporary strings and index values
• Using the ‘While’ node you can iterate over the string, checking the current index of the ‘space’ index
Also, we highly recommend to upgrade to ApplinX latest version (8.2), as version 5.2 is out of support.
Yours,
Gad Salner
#ApplinX#Mainframe-Integration#webMethods