Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations cowski on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

SMath Problem 2

Status
Not open for further replies.
You need a "Boolean" equals for "NDX.service = 2"
Erase the := type of equal sign, and select it from the RH menu, or and type <Ctrl>=


STF
 
Thanks, I didn't realise there was an equals sign in the Boolean values... Tried the equals sign in the Arithmetic as well as the keyboard and it wouldn't accept either.

Dik
 
:= is specifically for what are called assignments, i.e., you're assigning to the LHS the value of the RHS.
<CTRL>= is specifically for testing values, and returns a TRUE when both sides are equal
= is specifically for displaying the value of something

TTFN (ta ta for now)
I can do absolutely anything. I'm an expert! faq731-376 forum1529 Entire Forum list
 
Thanks, IRS...

Dik
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top