G
Guest
Hi, ive been trying to get all the nodes in a treeview in order....for
instance, in the tree
[Target]
/ \
[A]
\ \
[C] [D]
i want to be able to get a string saying [Target]\[A]\[C];
i figure il have to use a recursive function, but i havent done much work
with those....any help would be great
instance, in the tree
[Target]
/ \
[A]
\ \
[C] [D]
i want to be able to get a string saying [Target]\[A]\[C];
i figure il have to use a recursive function, but i havent done much work
with those....any help would be great