rfolea wrote:
Scan string for tokens works fin with ", :" as operators.
I would use a two-stage "scan string from token", e.g. as follows (depending on the exact string, you might need to tweak a bit further).
I assume that the "strX" can contain spaces. If not, things get a bit simpler if you want to remove the trailing spaces.
Message Edited by altenbach on
06-26-2008 11:33 AM