Hello, Can I do something like this?
table = {} table[32, 16] = 0x0 Where 32 specifies rows and 16 specifies columns and i am trying to initialize it to zero I should be able to do comparisons like: table[t1, t2] == 0x1 etc. -SB -- http://mail.python.org/mailman/listinfo/python-list