On Tue, Feb 1, 2011 at 10:12 AM, Mark Miesfeld <[email protected]> wrote: > Well, subWords works for me.
Hmmm, that one is definitely a possibility. The name that seemed most natural to me was "words", but that one is already taken. Rick > > But that might be because I usually use variable names, like 'noun' for one > and 'nouns' for an array of nouns. So, I would use 'subWords' for an array > of subWords. For myself, it would be easy to remember the distinction > between subWord, a single string, and subWords, an array of single words. > > Other than that, there is wordCollection, but I don't think that is > really any better than wordArray, just longer. > > -- > Mark Miesfeld > > > > On Tue, Feb 1, 2011 at 6:54 AM, Rick McGuire <[email protected]> wrote: >> >> I have code written to implement this and even test cases for both >> String and MutableBuffer. In function, it's very similar to >> subWord(), but the return value is an array of all words in the given >> range rather than a single extracted string. The method name is >> currently called "wordArray". I'm not sure I really like that name, >> so I'm open to suggestions for renaming it. When I first started >> writing this, I used a working name of "wordList", but decided that >> would be confusing since it returns an array item, not a list >> instance. >> >> Rick >> >> >> ------------------------------------------------------------------------------ >> Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! >> Finally, a world-class log management solution at an even better >> price-free! >> Download using promo code Free_Logger_4_Dev2Dev. Offer expires >> February 28th, so secure your free ArcSight Logger TODAY! >> http://p.sf.net/sfu/arcsight-sfd2d >> _______________________________________________ >> Oorexx-devel mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > > ------------------------------------------------------------------------------ > Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! > Finally, a world-class log management solution at an even better price-free! > Download using promo code Free_Logger_4_Dev2Dev. Offer expires > February 28th, so secure your free ArcSight Logger TODAY! > http://p.sf.net/sfu/arcsight-sfd2d > _______________________________________________ > Oorexx-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/oorexx-devel > > ------------------------------------------------------------------------------ Special Offer-- Download ArcSight Logger for FREE (a $49 USD value)! Finally, a world-class log management solution at an even better price-free! Download using promo code Free_Logger_4_Dev2Dev. Offer expires February 28th, so secure your free ArcSight Logger TODAY! http://p.sf.net/sfu/arcsight-sfd2d _______________________________________________ Oorexx-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/oorexx-devel
