> hi, > i wonder if there is a way to declare an "anonymous collection" just as > one would do it with arrays: > FOR EACH s IN ["a", "b"] > PRINT s > NEXT > > regards, > tobi > In Gambas 3, you can do that by using the following syntax: ["key1": value1, "key2": value2 ... ] -- Benoît Minisini