Dictionary Help
I can't seem to work out how to remove keys from a dictionary. The only way I have found so far is to hardcode the name of the key I want to remove in a dict.strip object. That can't be the only way?
Hi Tom,
Max Patch
Copy patch and select New From Clipboard in Max.
In a future update, there will be a 'remove' message to dict. However, dict.strip should do the trick:
Sweet! Thanks Ben.