I can't figure this one out.
VB Code:
Private Sub potFlop(ByVal call as Integer, pot as Integer, river as integer)
It asks for an identifier..?
Printable View
I can't figure this one out.
VB Code:
Private Sub potFlop(ByVal call as Integer, pot as Integer, river as integer)
It asks for an identifier..?
I'm not sure what you are asking but you would call that sub like this
potFlop 1stInt, 2ndInt, 3rdInt
Oh, I see. "call" is a reserved word so change it to something else.
Thank you
You're welcome. I see you have "Please add *RESOLVED* to your thread's name if it has been resolved." in your signature. That's good advice :) and an easy way to do that is by pulling down the Thread Tools menu and clicking the Mark Thread Resolved button.