If I'm correct, it means that the compiler should take the specified
string as an identifier and not as a reserved word or class.
In this case, the string is 'Map'. Looks like the Map property ("{Map}")
returns a Map (As Map) object. Sneaky!
On 2015-09-29 12:26, Moviga Technologies wrote:
> Property Read {Map} As Map
>
> What are the brackets doing?