This Question is Possibly Answered

1 "correct" answer available (4 pts) 2 "helpful" answers available (2 pts)
2 Replies Last post: Nov 4, 2009 5:46 PM by scott_klement  
Click to view Danilo_Cussini's profile   3 posts since
Nov 26, 2008

Nov 3, 2009 11:18 AM

%SPLIT()


What about new BIF %SPLIT()?

array = %SPLIT( string : separator);

Click to view barbara_morris's profile   96 posts since
Nov 13, 2008
1. Nov 4, 2009 3:49 PM Up Image in response to: Danilo_Cussini
Re: %SPLIT()
That's a good idea, Danilo.
Click to view scott_klement's profile   47 posts since
Mar 27, 2009
2. Nov 4, 2009 5:46 PM Up Image in response to: Danilo_Cussini
Re: %SPLIT()

FWIW, I wrote a quickie tool that does this sort of thing some years ago. You can find it here:

http://archive.midrange.com/rpg400-l/200408/msg00372.html

It took almost no time to write.

However, I do agree that just about every language out there has something like the %SPLIT that Danilo suggested, and it's too bad RPG doesn't. .

Bottom Banner