Section

Dump

Description

Returns a text string which provides information about the specified section (e.g. its heading level and number of pictures) as well as the full heading and body text.  It also includes similar information about each child section, as well as their child sections, etc.  This function is intended for debugging purposes only.

Syntax

strText = sn:Dump()

Parameters

none

Return Value

strText
string: the text returned

Remarks

Example
fhMessageBox(sn:Dump())