Skip to content

MAP_insert_str_str

BigETI edited this page May 4, 2018 · 1 revision

Description

Map insert (key[] as string, value[] as string)

Syntax

MAP_insert_str_str(&Map:map, const key[], const value[])

Example

new Map:map;
MAP_insert_str_str(map, "This is a test.", "foo");