- Joined
- Oct 24, 2012
- Messages
- 6,545
im using bribes Table library im having a problem w the remove function thts used to remove values from the table
can anyone tell me how to do this correctly ?
here is the api for the function
here is what im trying
can anyone tell me how to do this correctly ?
here is the api for the function
JASS:
method remove takes integer key returns nothing
| remove the value at index "key"
here is what im trying
JASS:
set ht.remove( integer here)