Thread: How???
View Single Post
  #7  
Old 08-23-2001, 08:10 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
use while

use
while (condition) {
}
if will work as long as the "condition" is true ....
Reply With Quote