5 lines
121 B
Plaintext
5 lines
121 B
Plaintext
|
res=string_split_chr("Demi,Lovato,Tom,Joel",',');
|
||
|
j=0;
|
||
|
for(j,box_len(res),j+1,{
|
||
|
box_println(box_getvalue(res,j));
|
||
|
});
|