Ed Leafe wrote:
On Sep 26, 2006, at 5:33 PM, MB Software Solutions wrote:
Got a string: "Apple,Banana,Cucumber,Dates,Eggplant"
Is there an easier way than using GETWORDCOUNT and GETWORDNUM to get
these individual values?
You could switch to Python; there it would be as simple as:
theWords = "Apple,Banana,Cucumber,Dates,Eggplant".split(",")
...and then theWords is an array or collection of those values...right?
Cool.
--
Michael J. Babcock, MCP
MB Software Solutions, LLC
http://mbsoftwaresolutions.com
http://fabmate.com
"Work smarter, not harder, with MBSS custom software solutions!"
_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/profox
OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech
** All postings, unless explicitly stated otherwise, are the opinions of the
author, and do not constitute legal or medical advice. This statement is added
to the messages for those lawyers who are too stupid to see the obvious.