REM Copyright (C) 2003, by Mike Ramos of US Internet Technologies, Inc. All rights reserved" REM REM When doing CGI's with CGISHELL.BAS, I sometimes need a unique ID (random number). I use C REM to grap the process ID. Works good if you seed the browser with a cookie, since AOL likes to REM change IP. CGISHELL.BAS (in members section) also has rip$ which is the Remote IP of the user. REM REM Also works as a random number generator. REM REM seed%=0 C seed_int = getpid(); print seed% end