In Wiki Doc for SPLIT...
Elt = Split(" Gambas Almost Means BASIC !n'Do you agree ?'", " n", "'", TRUE)
FOR EACH Sb IN Elt
PRINT "("; Sb; ") ";
NEXT
PRINT
Does not compile in 1.0.17
The 'TRUE' causes 'too many arguments' at compile time
-Fernando