I see a lesser than and greater than side by side in Brightscript. What does that mean? Not equals perhaps?
if item <> invalid
screen.SetContent(item)
endif
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
In most languages with
<>it means not equals. It dates back to the BASIC language, but it can be found in php, vb, sql, C, actionscript, everywhere.