How deep can nodes be nested?

This is a forum focused on providing support for rTree

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller

Locked
malte
Posts: 1098
Joined: Thu Feb 23, 2006 8:34 pm
Location: Ostenfeld germany
Contact:

How deep can nodes be nested?

Post by malte » Fri Jan 28, 2011 11:48 am

Hey Mats,

rTree looks interesting. How deep can nodes be nested?

Cheers,

Malte

wilstrand
VIP Livecode Opensource Backer
VIP Livecode Opensource Backer
Posts: 114
Joined: Mon Jan 03, 2011 3:02 pm
Contact:

Re: How deep can nodes be nested?

Post by wilstrand » Fri Jan 28, 2011 12:23 pm

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
http:www.tapirsoft.on-rev.com
Open Source LiveCode Plugins - rIDE, rGrid, rTree
LiveCode projects

Locked

Return to “rTree”