GetMap(str_mapName, str_key, num_index);
str_mapName
str_key
num_index
In this example, the following map (author) is used.
agatha christie 1890alfred hitchcock 1899$born = GetMap("author","agatha",1);When the script is run, the variable $born gets the value 1890.
OpenText StreamServe 5.6.2 | Updated: 2018-01-26 |