in reply to binding Tk textvariables

Another possibility is to use a tied array which reflects a size variable if STORE, STORESIZE, CLEAR etc. is called. This is still a silly object, but at least you can use it as a normal array.

Replies are listed 'Best First'.
Re^2: binding Tk textvariables
by Anonymous Monk on Jun 18, 2004 at 13:11 UTC
    This sounds like what I had in mind. Thanks. Now I just need to go find some documentation about how to do that... any pointers?