On Thu, 05 Aug 2004 16:38:28 -0400, Les Mizzell <[EMAIL PROTECTED]> wrote:
> I'm using this to preselect checkboxes:
>
> <cfif pa_LIST contains "3">checked="checked"</cfif>
>
> ....but that ain't correct - because it needs to return true ONLY if the
> entire string in the list = "3".
>
> Currently, "37" or "43" would return true as well.
>
> So, for a string of "3,33,43,73" how do I get it to return true for ONLY
> "3"?
>
> I'm a little unclear as to the exact syntax...

Use ListFind().

Regards,
Dave.
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to