The returned contents contain the full text for each list item as a single string within the list of strings; duplicate items are indexed. To get the full text of an item as a list of strings, use GetItemMultiText.
Nested lists are flattened, which means that the returned contents do not indicate nesting of lists.
This example uses the list of used technologies in the About This Site page of the GMO Web application.
LIST OF STRING lsText lsText = AboutPage.UsedList.GetContents() ListPrint(lsText) // Results: // HTML 3.2 // HTML Browser Extensions // Animation // JavaScript // CGI // Java // ActiveX // Client-side processes // Server-side processes