Witango-Talk: <@TOKENIZE>

2009-05-04 Thread Fogelson, Steve
I looked in the on meta tag section of the developer site and do not find an explanation of "NULLTOKENS" in <@TOKENIZE VALUE="" CHARS="" NULLTOKENS=""> Could someone tell me what it is used for and how it is used? Thanks Steve Fogelson Internet Commerce Solutions

Re: Witango-Talk: <@TOKENIZE>

2009-05-04 Thread Ben Johansen
NULLTOKENS are when you have a blank cell as a result of the tokenize. for example if you tokenize "one,two,,four" on comma: if you have NULLTOKENS = true then the resulting array will have 4 elements with the 3rd being if you have NULLTOKENS = false then the resulting array will have 3 elemen

RE: Witango-Talk: <@TOKENIZE>

2009-05-05 Thread Fogelson, Steve
Thank you Ben _ From: Ben Johansen [mailto:b...@pcforge.com] Sent: Monday, May 04, 2009 2:29 PM To: witango-talk@witango.com Subject: Re: Witango-Talk: <@TOKENIZE> NULLTOKENS are when you have a blank cell as a result of the tokenize. for example if you tokenize "on

Witango-Talk: <@Tokenize delimiter snag

2003-03-20 Thread ServerSmiths Tango Development
I need to figure out how to embed this code Click Here To Take A Photo Tour Of The Store in a text file I tokenize using the "=" character as the column delimiter. Is there a way? My file looked like this list_masthead_h=172 list_masthead_w=399 list_masthead_alt_text=turn on images and I ne