PDA

View Full Version : SPLIT grammer corrections



Michael Clease
04-11-2007, 01:48
Dimension and fill an array with tokens taken from a strings



Parameters



Name Type Optional Meaning

MainString String No The string to be splitted

Delimiter String No Delimiter to use to separate each of the elements in the array.

ArrayName Array Yes An array variable.





I know you like the help files to be correct so here are a few grammer issues.

I would take the "s" off "strings"
That should be just "The string to split"

ErosOlmi
04-11-2007, 09:42
Done.
Yes I like it and thanks a lot for your work on this.

Ciao
Eros