Ticket #209 ( Closed )

Short Description '<' Operator - Incorrect Implementation?
Entered By: intek When: 1998-11-09 13:59:47 Build: 1.03.25d
Categories Type: Problem   Department: Product   Category: Troubleshooting
Description
I am not certain this hasn't been reported yet or fixed in a newer build, however, I believe that the '<' operator has a bug. I was using it and noticed that if the operands are equal when using the '<' operator, the operation evaluates to true.

'>' seems to work fine and I just reversed the operands to get around this.

-jason jslocomb@intekinfo.com

Append By: WindSurfer  When: 1998-11-09 14:14:35  New Status: Pending Customer
Comment Holy cow, batman!

Thanks for the report. Don't know how it went this far, and hope you didn't waste too much time on figuring this out. It was -urk- a typo in the integer and floating point p-code interpreters. Text was fine.

A build with a fix for this is at ftp://ftp.ieinc2.com/pub/surfer/t1_3_27H.zip.

You unzip to \screensurfer\bin, replacing ielua.exe and adding the new program database file, ss13.pdb.

If you use it, you also need the file ftp://ftp.ieinc2.com/pub/surfer/menu13.gif, which you download to \screensurfer\hostserver\img.

You don't necessarily need this build, but it is the "latest and greatest" and worth testing with your application.

Append By: intek  When: 1999-01-05 13:32:46  New Status: Closed
Comment Thanks for being so quick to fix that!