Re: Record for Most Subscripts
- Posted by jacques_desch Jul 22, 2009
- 779 views
euphoric said...
Actual working code from a program I'm developing:
f = find(stacks[t][2][x][2][y][z][2],faces[1]) s = find(stacks[t][2][x][2][y][z][1],suits[1])
Eventually I'll write helper code for better management of the stack sequence, or use maps.
But WOW! I don't think I've ever gone that deep. It's a record!
Maybe you should rethink the data structure.
Jacques