It may look like a space between them in HTML (debugging output?), but is it really a line feed or carriage return/line feed?

If so, try using chr(13) and chr(10) as list delimiters.

Jerry Johnson

>>> [EMAIL PROTECTED] 10/01/04 02:35PM >>>
ok, so i have been doing only admin stuff this last year...don't have my books with me and am having a completely brain fart friday...

i need to get a list from a textarea so i can loop over it and ensure the directories exist, ie:
the textarea values come back as a long string with spaces between them if the user entered them as a list (one dir on each line), but if i try to loop over them cfloop just sees it as one item, not a list, even if i tell it to use space as a delimiter...

help. brain not working today...should know this.

steph
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to