Soldato
- Joined
- 5 Aug 2006
- Posts
- 11,419
- Location
- Derbyshire
please delete . thanks
Last edited:
while(1)
{
if(x < 0 || x > 0)
{
// do work
// call break; when finished to get out of the while loop
}
}
int i = 1;
while (i = 1)
if(x>0)
blah blah
else if(x<0)
blah blah
end
end