Piet van Oostrum wrote: > funclist = [func01, func02, func03, ... ] > for i in range(1,n): > funclist[i]() > > Or myscript.funclist[i]() from another module. Ehm, calling a bazillion things in the right order should be a responsibility of the myscript module anyway.