wwUtils::GetWords Takes an input string and breaks it out into a collection of words separated by spaces or line breaks. o.GetWords(lcText) Returns FoxPro collection of the individual words Parameters lcText The text that is to be split into words. See also Class wwUtils