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