Category - Structure

Structure Key Member
This patch returns a member identified by its key from a structure. more...
Uploaded 07 Feb 20:56

Structure Index Member
This patch returns a member identified by its index from a structure. more...
Uploaded 07 Feb 20:56

Structure Sort
This patch sorts member in a structure using an optional sorting descriptor. If the optional sorting descriptor is specified, then members are sorted according to their values for it. This is especially useful with structures of structures. The sorting descriptor can also define descending sorting (using the '!' prefix), multi-levels sorting (using the ':' separator) as well as paths (using the '.' separator). For instance the sorting descriptor "foo:!bar.thing" means sort by ascending values for "foo"... more...
Uploaded 19 Jan 19:47 · built-in patch

Structure Reverse
This patch reverses the order of members in a structure. more...
Uploaded 19 Jan 19:47 · built-in patch

Structure Range
Extracts a substructure from a structure. more...
Uploaded 19 Jan 19:47 · built-in patch

Structure Count
This patch returns the number of members in a structure. more...
Uploaded 19 Jan 19:47 · built-in patch