asTree
- Function, special function message / property of objects
-
The tree() or asTree() function can also be called using the special syntax as {a} tree.
-
This can be used to convert a value into a tree data structure. XML data can be loaded as a tree from a file or URL with a single statement:
put url "<a href="http://some.address/data.xml" class="l0">http://some.address/data.xml</a>" as a tree into myTree
-