[go: up one dir, main page]

Menu

[r19]: / XPARSE.MPL  Maximize  Restore  History

Download this file

12 lines (8 with data), 227 Bytes

+libhdr+mstr

mystr="   This is an example of MPL parsing using strarg 10 20 NUMB123   "

.(;s%40,ss,i) [
  i=0; ss=strarg(s$,mystr$,1); %s$ @ [
    writef("%i2: '%s'*n", ++i, s$);
    ss=strarg(s$,mystr$,ss)
  ]
]