Number Input
- Posted by Bryan Watts <BWatts1 at COMPUSERVE.COM> Jul 28, 1997
- 804 views
I'm starting to write a slot machine game in Euphoria, but I seem to= have one hangup: how do I let the player enter numbers (such as a bet), and have the variable equal the number entered and not the ASCII number? = For example (this could be used for the poker game I am planning to write= ): say a player wants to enter a bet. They enter "15", but the sequence variable is set to {49,53} After they enter 15, I would have to subtract= that amount from their bank, but I don't think using ASCII numbers would = do me any good, see what I'm saying? I would appreciate any help. Regards, Bryan Watts