Returns the text of the entire list, column, or table, formatted as closely to what appears on the screen as possible.
Silk Test Classic considers the first row of a table to be the column title, regardless of whether or not there is a column title tag in the table structure.
GetFormattedText returns the following formatting information:
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.GetFormattedText() ListPrint(lsText) // Result: // * HTML 3.2 // * HTML Browser Extensions // * Animation // * JavaScript // * CGI // * Java // * ActiveX // * Client-side processes // * Server-side processes