The list delimiter you used is "[lis:link]".  However, CF sees that as a
list of characters to use as a delimiter.  That is, [ is a delimiter and
l is a delimiter and i is a delimiter and so on.

Nope, not a bug.  Works as documented.

In this case, I'd do something like replace() the [lis:link] text with
something unlikely to appear in the string like chr(7) (the bell).  Then
use that as your list delimiter.

--Ben

Micha Schopman wrote:

> Before I submit this to Macromedia, I would like a 2nd opinion. I
> believe this is a bug..
>
>
> http://mschopman.demon.nl/bug.cfm
>
>
> and the source
>
>
> http://mschopman.demon.nl/bug.txt
>
> Could another person verify this?
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to