IT Process Automation

CA PAM::. Using Run JavaScript Operator to split a string 

Mar 03, 2017 03:15 PM

A Little example 

 

How to use "Run JavaScript" Operator -  Convert a String to Int

 

 

 

 

 

 

 

Process.Enter = String.fromCharCode(13);
Process.StringArrayB = "1" + String.fromCharCode(13) + "2" + String.fromCharCode(13) + "3";
Process.arrayB = Process.StringArrayB.split(Process.Enter);

 

 

Summary CA Process Automation 

CA PAM::. Using Run JavaScript Operator to Convert a String to Integer 

Statistics
0 Favorited
4 Views
1 Files
0 Shares
2 Downloads
Attachment(s)
zip file
Javascript.xml.zip   4 KB   1 version
Uploaded - May 29, 2019

Related Entries and Links

No Related Resource entered.