How Can We Help?

Random Arrays

You are here:
< Back to Wiki

How Arrays work:

Array01 = # (“1″,”2”, “3”)
Array02 = # (“Alpha”,”Beta”, “Charlie”)
messageBox (Array01[random 1 Array01.count] + ” ” + Array02[random 1 Array02.count] + “, your render was submitted”)

Leave a Reply

Table of Contents