PHP Code:
TrieSetString(Trie:trie,key,value)
PHP Code:
TrieSetCell(Trie:trie,key,value);
looks like i need something of these, what is the difference? and how do i specify the key position in the array?
this way i get data
PHP Code:
static data[BannedData];
ArrayGetArray(trie_array, array_pos, data);
and how do i write changed
data back?
__________________