Tropocho Posted December 5, 2017 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!
funkey Posted December 5, 2017 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.
Tropocho Posted December 5, 2017 Author 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!.
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