Forum Discussion
RokuKevin
16 years agoVisitor
the squiggly brackets { } create an roAssociativeArray object just like the CreateObject("roAssociativeArray") does. You can create equivalent objects using either method.
The squiggly brackets offer a language shortcut to initializing the roAssociativeArray as they enable literal values to be assigned.
--Kevin
The squiggly brackets offer a language shortcut to initializing the roAssociativeArray as they enable literal values to be assigned.
--Kevin