as example:
Code: Select all
foreach(table, function(key, item)
if item = searchedthing then removeitem(table, ???)
endfunction)For reasons like this, it would be handy to have something like "WhatIndexIsIt()" command which would tell at what index location it is currently going at.