But if 1 or 4 was the delimiter, it would be unnecessary. :) ~Brad
-----Original Message----- From: Andy Matthews [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 4:24 PM To: CF-Talk Subject: RE: Possible bug? Actually, ANY string can be a list with Len(yourlist) different delimiters. The string "1234" actually has 4 possible delimiters, 1, 2, 3 and 4. <!----------------//------ andy matthews web developer certified advanced coldfusion programmer ICGLink, Inc. [EMAIL PROTECTED] 615.370.1530 x737 --------------//---------> -----Original Message----- From: Victor Moore [mailto:[EMAIL PROTECTED] Sent: Thursday, September 14, 2006 3:59 PM To: CF-Talk Subject: Re: Possible bug? In my mind it was a list only if it had a delimiter. So 1234, is a list with one item (if Is elect , as the delimiter) but 1234 is not a list just an ordinary string. So I guess and string is a list with one item. Thx Victor ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:253183 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

