PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Small bug in .ASP code.??

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Small bug in .ASP code.??

    I think I have found a small bug in your asp code. It is to do with the showing of spelling suggestions being shown or not. On line 1640 you have...
    if (spell(1+j, zoomit) > 0) then
    ...and it think it should be...
    if (spell(1+j, zoomit) = 0) then
    Note the '>' should be a '='

    Since I have changed my code a lot, I checked it against the original from a fresh download, and it's as the top line.


    I am using version 5.1 Pro.

    WizF

  • #2
    I think you're right. Well spotted! Thanks for reporting the bug. We'll include this fix in the next public release (V5.1 build 1003).
    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X