Re: TIB: lots of help needed


[Prev][Next][Index][Thread]

Re: TIB: lots of help needed




>>Are you using an 85 or 86?
>>If so it should be:
>>
>
>I am using an 85, but why do you need to use the ==?


If you use just one equal (=) it sets the variable equal to a value.  If you
want to test for equality you have to use two equals (==).

J