Jump to content

Recommended Posts

Posted

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!

 

Posted

What about the third parameter??

Programming today is a race between software engineers striving to
build bigger and better idiot-proof programs, and the Universe
trying to produce bigger and better idiots.
So far, the Universe is winning.

Posted
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!.

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...