|
-
Feb 27th, 2022, 01:40 PM
#5
Re: Nested Definition of UDT
Just make your "node" be elements of a UDT array. Then each "node" can hold array indexes of its parent and sibling nodes.
If the DOM has to be able to grow (this sure seems like the same benighted attempt to create a massive JSON DOM... for "reasons" undisclosed) then just manage array resizing in chunks as you would for any large growable/srhinkable array.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|