Soldato
- Joined
- 24 Nov 2002
- Posts
- 16,378
- Location
- 38.744281°N 104.846806°W
I have the following data:
a,b x1
a,c x2
a,d x3
How would I store this in a way (array?) such that:
a
-b
--x1
-c
--x2
-d
--x3
b
.... etc...
Got to be simple!
Any pointers? Or alternative way?
a,b x1
a,c x2
a,d x3
How would I store this in a way (array?) such that:
a
-b
--x1
-c
--x2
-d
--x3
b
.... etc...
Got to be simple!
Any pointers? Or alternative way?
Last edited: