View Single Post
  #5  
Old 05-06-2001, 10:58 AM
KJS KJS is offline
The one, The only -
KJS's Avatar
Join Date: Apr 2001
Location: USA, Minnesota
Posts: 1,012
KJS is on a distinguished road
Send a message via AIM to KJS
Cool jw

just wondering why would you upgrade a rc account...
like what if you get fired and tehy change the password you would be screwed over I would beleve.... I dunno but I would never do that..

for timeout you just say

timeout=<time>;

so like if you want to timeout for 1 second you would say
timeout=1;
the fastest you can get it to is
timeout=0.05;

and to check for when the timeout is done you go

if(timeout){
//what you do
}
__________________
Thanks,
-KJL
Reply With Quote