IncludeIndices
(boolean) Whether to append the delimiter and index (e.g. ":3") to each element name:
VALUE DESCRIPTION |
|
true |
Append the delimiter and index to each element name. |
false |
Return just the element names. (Default) |
Re t u r n s
(table) A numerically indexed table containing the names of all child elements contained within the specified element. If there are no child elements or an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.