> Sound very interesting....I don't think in needs to add to much syntax
> to what's there for paths, but we'll see. The only thing that pops in
> my mind at this moment is a means of accessing the data via index at
> the end of a node....ex. {0;2;2} (0)...Maybe some ways to retrieve
> multiple branches or multiple indexes...and a few key words like
> "Last" or something.
I was thinking of using something similar to string comparison like
wildcards or regexp.
For example, you could write paths as "0;0;?;?;5" where "?" indicates
any integer. Or "0;1;*", where "*" indicates any amount of integers.
Or "0;[0-4]", where you can specify a valid range for path indices
(inclusive and exclusive) etc. etc. etc.
--
David Rutten
[email protected]
Robert McNeel & Associates