Thread
:
Help with rock paper scissor program
View Single Post
Mar 21st, 2005, 4:01 PM
#
14
Batalia2
Newbie
Join Date: Mar 2005
Posts: 9
Rep Power:
0
Whenever I add this part it just crashes the program.
[PHP]Enum RPS
Rock = 0,
Paper,
Scissors
End Enum
RPS(0) = "Rock"
RPS(1) = "Paper"
RPS(2) = "Scissors"[/PHP]
Last edited by Batalia2; Mar 21st, 2005 at
4:05 PM
.
Batalia2
View Public Profile
Find More Posts by Batalia2