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

value checking

Status
Not open for further replies.

mrtopher

Programmer
Aug 27, 2003
34
US
I have a program that takes in eight values. Does anyone know a quick, simple way that I can check to make sure that none of the eight values match each other?
 
place the 8 into an array, then cycle thru the values and use in_array() function to see if there is a duplicate

Bastien

Any one have a techie job in Toronto, I need to work...being laid off sucks!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top