Blitz (66/176)

From:Richard Brooklyn
Date:19 Jul 2001 at 10:03:36
Subject:MUICycle

Hello again!

Right, a MUI question this time!

How can I make an array be the MUICycle gadgets input?

I have tried the following code, but the window does not open:



dim list cyclelist(3)
cyclelist(0)="one"
cyclelist(1)="Two"
cyclelist(2)="Three"
cyclelist(3)="Four"

muicycle #selector,cyclelist()



It always throws up the error "Not currently used list item" or something
along those lines. Using ResetList cyclist() does not help.

Where am I going wrong?

Thanks.
-Richard

---------------------------------------------------------------------
To unsubscribe, e-mail: blitz-list-unsubscribe@netsoc.ucd.ie
For additional commands, e-mail: blitz-list-help@netsoc.ucd.ie