[Hbasic-userinfo] IF - String
Status: Beta
Brought to you by:
mengels
From: Danilo A. P. <da...@do...> - 2004-01-07 13:06:25
|
I have a program, with the code: sub button1_clicked() if lineedit1.text =3D "OI" then =A0=A0=A0=A0=A0=A0=A0=A0print "OIII" end if end sub When I try to run this program, it returns with the problem: Operator not allowed for this type of values. In the documentation it says that I just can use integers with IF, =A0How can I make a verification with strings ? Thanks and Sorry by poor english, I'm from Brasil . |