Anyone else have any ideas on this?

BZaccheo

On 6/7/04 10:24 AM, "Butch Zaccheo" <[EMAIL PROTECTED]> wrote:

> Basically this variable is being written so I can create a right bracket for
> TAGS. This variable is used to create tags for a preference file. Does blue
> dragon have a problem with setting the < character to a variable? Cold
> Fusion MX doesnıt seem to have a problem with the same variable setting...
>
> BZaccheo
>
> On 6/7/04 10:02 AM, "Scott Brady" <[EMAIL PROTECTED]> wrote:
>
>> > Original Message:
>>>> >> > From: Butch Zaccheo
>> >
>>>> >> > <cfset variable.lt = ³<³>
>>>> >> >
>>>> >> > I get this error:
>>>> >> >
>>>> >> > Detail: Problem occurred while parsing variables.lt = ³<³
>> >
>> > It's trying to evaluate ³<³ and it can't.  If you want to set "variable.lt"
>> to
>> > be the string "³<³" then you need the quotes (<cfset variable.lt = "³<³">
>> >
>> > (Note, "variable" isn't a scope within CF. I think you want "variables.lt")
>> >
>> > If you are trying to set variable.lt to actually evaluate ³<³ and  to be
>> > "true" then you could do:
>> >
>> > <cfset variables.lt = Evaluate("³ LT ³")>
>> >
>> > It kind of depends on what you're trying to do with the line:
>> > <cfset variable.lt = ³<³>
>> >
>> > ---------------------------
>> > Scott Brady
>> > http://www.scottbrady.net/
>> >
>> >
>
>
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings]

Reply via email to