pitfloner
26th June 2003, 11:56
Hi,
Is there a function that returns a list of father items under a
son item?
Example
a
/ \
b d
/ \ / \
f g f h
| | | |
z w z z
If I ask for father item of "z" article, this function will return:
f,h,b,d,a
Is there a function that returns a list of father items under a
son item?
Example
a
/ \
b d
/ \ / \
f g f h
| | | |
z w z z
If I ask for father item of "z" article, this function will return:
f,h,b,d,a