split — Separates a string into pieces by breaking at a given string.
call string.txt split { string } { separator } [ return ]
WarLocke
Separates a string into pieces by breaking at a given string. @%3 yields the number of elements extracted. @%3 > 1 if successful. @%3 = 1 if not found. @%3 = -1 if process failed. @%3[n] yield the nth splited substring.
#strRes
call string.txt split x_y_z _