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!

about loop "for (var in tab)"

Status
Not open for further replies.

xuenylom

Programmer
Aug 24, 2004
7
FR
i need to check variables from a array (they are set as index)

i know how to proceed when the variable is index in the array, but what is the syntax for variables NOT index in the array?

is it:

--------------
for !(var in tab)
---------------
?

thx a lot
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top