Page 1 of 1

How deep can nodes be nested?

Posted: Fri Jan 28, 2011 11:48 am
by malte
Hey Mats,

rTree looks interesting. How deep can nodes be nested?

Cheers,

Malte

Re: How deep can nodes be nested?

Posted: Fri Jan 28, 2011 12:23 pm
by wilstrand
Hi Malte!

Thanks for your interest!

There is no limit in the rTree Engine in how deep the nodes can be nested and also no limit in how many nodes the rTree can hold. However as the rTree uses a field to display the tree you have a LiveCode limit of 65,536 characters in a line. The depth of the nodes is represented by a tab character so in practice you will be limited to nesting depth of about 65,500.

Best regards