Group: comp.softsys.math.mathematica · Group Profile · Search for Sandiego2 in comp.softsys.math.mathematica
Author: Mac
Date: Jun 2, 2008 01:31
Hi Mac, a possible way to do this: store the data in a nested List. There is no need to distinguish between key and data, the data is the entry at the leaf. Use functions that extract the needed part, if you specify the data as argument, you may even process multiple "data sets". Here is an example with 2 keys: dat={ {x1,{x11,x12}}, {x2,{x21,x22}}, {x3,{}} }
|