[Implemented] Automatically allocated handles
Posted: Tue Jun 10, 2003 5:33 pm
Is it possible for functions like OpenWindow and AllocateMemory to automatically provide a handle if passed -1?
I've seen the idiom being used. Such a feature would make this unnecessary.
I've seen the
Code: Select all
#GadgetID = #NextGadget:#NextGadget = #NextGadget + 1