03-17-2005 10:03 AM - edited 03-13-2019 10:46 PM
Is there a way to convert an integer o a sting so that it can be displayed by the Set Enterprise Data (without the use of Java Method as is not supported by the IPCC Express Standard version)?
./G
03-17-2005 05:21 PM
George,
Try the attached file. You can just call it as a subflow. Define variables for intTest (the integer value you want changed) and strFinal (string variable which you can leave blank) and pass both these variables to the subflow in the Call Subflow step. After the Subflow is called, it should populate strFinal in your script with the integer in a string variable. Note that as written, it will only support integers up to 10 digits. If you want it to be more, add more zeros to the intStart variable and increment intNumDigits to the total number of digits you end up with.
Pretty sure this should work with standard, let me know if it doesn't.
Jim
03-18-2005 01:01 AM
Thanks a lot Jim
./G
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