timetable

Methods

Method Reference: timetable.inner2outer

timetable: tt2 = inner2outer (tt)

Turn the nesting of a timetable inside out.

tt2 = inner2outer (tt) returns a timetable whose variables are named for the variables of the tables nested inside tt, each holding a nested table named for the variables of tt that held them. The rows and their row times are untouched: only the nesting is turned inside out.

An inner variable name held by one nested table alone becomes a plain variable rather than a nested one. A timetable holding nothing nested is returned as it is.

See also: timetable

Source Code: timetable