Search results

  1. M

    How to split a string in Progress programming?...

    Hi guys, I have the following problem, I got a parameter string like this: "149~150~151" and I'd like to split and pull the numbers: "149" then "150", etc... and store them into some variables... in other languagues there is a Split() functionm but how can we do this in progress...
Back
Top