
-----------------------------------
TheZsterBunny
Tue Feb 17, 2004 10:07 am

Boolean Errors?
-----------------------------------
I am trying to check for the properties of a letter, but I am getting the same error every time. 

Operands of boolean operators must be boolean

What does this mean? I don't think that I've done anything wrong.

        if strintok (textproc) = false then
            if textproc => chr (65) and textproc  chr (97) and textproc 

if strintok (textproc) = false then
            if textproc >= chr (65) and textproc = chr (97) and textproc 