<@ASSIGN NAME="SplitName" VALUE="<@TOKENIZE VALUE='JOHN D JONES' CHARS=' '>" SCOPE="user"> <@ASSIGN NAME="A" VALUE="@@User$SplitName[1,1]" SCOPE="user"> <@ASSIGN NAME="B" VALUE="@@User$SplitName[1,2]" SCOPE="user"> <@ASSIGN NAME="C" VALUE="@@User$SplitName[1,3]" SCOPE="user">
Ben Johansen - http://www.pcforge.com Authorized Witango Reseller http://www.pcforge.com/WitangoGoodies.htm Latest downloads & List Archives @ http://www.witango.ws -----Original Message----- From: [EMAIL PROTECTED] [mailto:owner-witango-talk@;witango.com] On Behalf Of rich Jasinski Sent: Thursday, November 07, 2002 1:45 PM To: Multiple recipients of list witango-talk Subject: Witango-Talk: Parsing a variable Is there a way to parse a variable into other variables. For example I have a variable that contains a persons name JOHN D JONES. I want to put JOHN into variable A, D into Variable B and JONES into Variable C. thanks ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body ________________________________________________________________________ TO UNSUBSCRIBE: send a plain text/US ASCII email to [EMAIL PROTECTED] with unsubscribe witango-talk in the message body
