T
TimvG
Suppose you have nested tables, with the nesting going arbitrarily
deep. You want to do something to every table. It seems that it
would be sensible to use a recursive procedure.
Does anyone have/know of any examples of recursive procedures for
working with nested tables?
Or is there any reason this can't be done?
deep. You want to do something to every table. It seems that it
would be sensible to use a recursive procedure.
Does anyone have/know of any examples of recursive procedures for
working with nested tables?
Or is there any reason this can't be done?