10-25-2005 12:55 AM - edited 03-13-2019 11:14 PM
Hi,
Is there a way to convert an Integer Parameter to a String and save it into a String Parameter, in IPCC Express 3.5?
Regards,
Christos
Solved! Go to Solution.
10-25-2005 03:13 PM
You can accomplish this by executing the Java method, use Execute Jave Method step, I don't remember exactly which method to use, but there should be one pre-defined.
Chris
10-26-2005 05:50 AM
I have been using this script successfully as a subflow called from my main script. If you want to keep the original integer value, create a temp integer value and use that instead, Use the Set step to set the temp variable's value to the original integer value.
10-25-2005 03:13 PM
You can accomplish this by executing the Java method, use Execute Jave Method step, I don't remember exactly which method to use, but there should be one pre-defined.
Chris
10-26-2005 12:43 PM
Thx a lot for your help.
Regards,
C.
10-26-2005 05:50 AM
10-26-2005 12:47 PM
Thx a lot for the info and file.
Regards,
C.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide