Hi,
I wanted to define a DICTIONARY of a DICTIONARY of STRING's...
I noticed that the compiler does not like the syntax but if I use a TYPE its happy with it and the code works as expected
TYPE mydict DICTIONARY OF STRING
DEFINE m_dict DICTIONARY OF mydict
Just mentioned this in case this was not the expected behaviour.
Cheers,
David