C++ Maps or equivalent in MQL4

 
I wish to know if in MQL4 language there is an associative container like map in C++. I know that there are a lot of enumerators and arrays but I was wondering if there is something, like a map, that better links both.

P.s. I know that implicitly an enumerator could be a raw map (String + value) but I wanted to know if there is something quite advanced.

Thanks!
 
leourb_:
I wish to know if in MQL4 language there is an associative container like map in C++. I know that there are a lot of enumerators and arrays but I was wondering if there is something, like a map, that better links both.

See https://www.mql5.com/en/forum/150333

 

Thanks jjc. That's great! :)
Reason: