Tropocho Posted December 5, 2017 Share Posted December 5, 2017 Hello, i have one problem, this is not working for me : Local $c=Random(1,2) Select Case $c=1 Actions1,2,3..n Case $c=2 Actions1,2,3..n EndSelect So , this is my code and is not working, it never enter in any case, what is wrong?, maybe $c=Random?. Thanks! Link to comment Share on other sites More sharing options...
funkey Posted December 5, 2017 Share Posted December 5, 2017 What about the third parameter?? Tropocho 1 Programming today is a race between software engineers striving tobuild bigger and better idiot-proof programs, and the Universetrying to produce bigger and better idiots.So far, the Universe is winning. Link to comment Share on other sites More sharing options...
Tropocho Posted December 5, 2017 Author Share Posted December 5, 2017 11 minutes ago, funkey said: What about the third parameter?? Damm!!!!!, the third parameter!!, of couse, Ramdom was returning 1 ,2,3 or 4 but with decimal , and my cases were integer!. Thanks!!!, now its works!. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now