View Single Post
Old Mar 20th, 2005, 7:45 PM   #10
tempest
Programming Guru
 
tempest's Avatar
 
Join Date: Oct 2004
Posts: 1,041
Rep Power: 5 tempest is on a distinguished road
Send a message via ICQ to tempest Send a message via AIM to tempest Send a message via Yahoo to tempest
Yea, VB arrays start at 1 not 0.

[php]
RPS(1) = "Rock"
RPS(2) = "Paper"
RPS(3) = "Scissors"
[/php]
__________________

tempest is offline   Reply With Quote