>Firstly, how can I create a structure? >And, how can I create an array of structures? > >TAL >Fabio
What are your needs -- Revolution supports flexible data types, so you can store just about anything in a simple variable, or in an array of variables. So for example, put "1,test,3.14" into tSomeArray["aKey"] put item 2 of tSomeArray["aKey"] into tSomeVar will end up with tSomeVar equal to "test" -- regards, Geoff Canyon <[EMAIL PROTECTED]> <http://www.runrev.com/> Runtime Revolution Limited - The Solution for Software Development Tel: +44 (0) 870 747 1165. Fax: +44 (0)1639 830 707. _______________________________________________ use-revolution mailing list [EMAIL PROTECTED] http://lists.runrev.com/mailman/listinfo/use-revolution
