4 lines
90 B
Text
4 lines
90 B
Text
|
|
var array string: tokens is 0 times "";
|
||
|
|
|
||
|
|
tokens := split("Hello,How,Are,You,Today", ",");
|