[Gambas-user] SPLIT command BUG

nando nando_f at ...1382...
Fri Sep 1 12:51:43 CEST 2006


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




More information about the User mailing list