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 Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Dummy question :-)

Status
Not open for further replies.

RTR1900

Programmer
Mar 12, 2006
8
ES
Hi,

in the code form the previous programmer I found this:

If rec#'E'
net=net + 1
endif

What does the " rec#'E' " means?

Does it mean that "if rec <> 'E'" ? or something else.
I can not find anywhere the Syntax about the # sign

Thx

David

 
You are right, the operators for "not equal":
<> # !=
are equivalent, it is possible to use any of them.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top