Exec


myargs:[0=>'a',1=>'b is a c',2=>'',3=>'then d']
myis:[0=>'line1',1=>'',2=>'then two',3=>'followed by three']
status%exec:[0]
message%exec:[Got argument 1: [then d]]

1->Got argument 1: [a]
2->Got argument 1: [b is a c]
3->Got argument 1: []
4->Got argument 1: [then d]

Back home