Message 1 of 3
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Quick question about creating selections with the `FromText` method: if I iterate over the selection, is the order of the output guaranteed? Is it sorted in ascending order?
For example, if I select all nodes with `sel_1.FromText('all')` and `sel_2.FromText('all')`, am I certain that `sel_1.Get(i)` and `sel_2.Get(i)` gives me always the same number for a given i?
Solved! Go to Solution.