I thought that too, but then i saw the line number on the err message. Line
1 pos 8.  I'm assuming those are the only 3 lines of code that he's running.
Plus, it's Pete, I'm sure he's debugged enough apps to know to check for
that.

Robert Hinojosa
[EMAIL PROTECTED]
972.243.4343 x7446



-----Original Message-----
From: G [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, August 15, 2001 10:08 AM
To: CF-Talk
Subject: Re: GTE problem


Pete, before you do anything too drastic, check the code ABOVE this
statement.  If you've mismatched "s for example, or left off a #, CF may be
pointing you to the line where it realized there WAS a problem, and not
necessarily where the problem lies.  Trim with Okham's Razor before ya chop
with Bunyan's Ax :)

Brian

----- Original Message -----
From: "Pete Freitag" <[EMAIL PROTECTED]>
To: "CF-Talk" <[EMAIL PROTECTED]>
Sent: Wednesday, August 15, 2001 9:12 AM
Subject: RE: GTE problem


> Ok, must not be a problem with CF5, I'll reinstall, but I'm still very
> confused as to why this error is getting thrown.
>
> Thanks to all who tested this.
>
> BTW I am running Win2k Server even though I said NT, I was referring to
the
> version of CF.
>
> +++++++++++++++++++++++++++++++++++++++++
> Pete Freitag ([EMAIL PROTECTED])
> CFDEV.COM
> ColdFusion Developers Resources
> http://www.cfdev.com/
>
> -----Original Message-----
> From: Will Swain [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, August 15, 2001 9:44 AM
> To: CF-Talk
> Subject: RE: GTE problem
>
>
> Hi Pete,
>
> I am on a w2k server box with CF5. I cut and pasted that code and it works
> fine for me.
>
> HTH
>
> Will Swain
> Hot Horse Ltd
> http://www.hothorse.com
> e: [EMAIL PROTECTED]
>
> -----Original Message-----
> From: Pete Freitag [mailto:[EMAIL PROTECTED]]
> Sent: 15 August 2001 14:32
> To: CF-Talk
> Subject: GTE problem
>
>
> Hi,
>
> Has anyone had problems with GTE (Greater than or Equal to) on ColdFusion
5
> Pro NT? GT, LT, and LTE all work fine, but anytime I try to use GTE I get
> the following error:
>
> Code:
> <cfif 4 gte 2>
> it works
> </cfif>
>
> Error:
>
> Just in time compilation error
>
> Invalid parser construct found on line 1 at position 8. ColdFusion was
> looking at the following text:
>
> gte
> Invalid expression format. The usual cause is an error in the expression
> structure.
> The last successfully parsed CFML construct was a CFIF tag occupying
> document position (1:1) to (1:5).
>
>
> I would hate to think this is a bug, please prove me wrong.
>
> Thanks
>
> +++++++++++++++++++++++++++++++++++++++
> Pete Freitag ([EMAIL PROTECTED])
> CFDEV.COM
> ColdFusion Developers Resources
> http://www.cfdev.com/
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to