View Single Post
  #8  
Old 12-16-2007, 02:23 AM
Kyranki Kyranki is offline
Freelance Coder
Join Date: Aug 2007
Location: At the end of the rainbow, in the pot of gold.
Posts: 202
Kyranki is on a distinguished road
Send a message via AIM to Kyranki Send a message via MSN to Kyranki
Quote:
Originally Posted by DustyPorViva View Post
PHP Code:
temp.lowest=999999;
for (
i:temp.array) {
  if (
i<temp.lowesttemp.lowest=i;

temp.lowest=lowest number
This what you looking for?
Then this is what you're looking for.
__________________
Stan.
Reply With Quote