Section

NewChildSection

Description

Creates a new Section object and appends it as a child section to an existing Section object.

Syntax

snChild = sn:NewChildSection()

Parameters

none

Return Value

snChild
Section: the new section object that has been created

Remarks

Example
snChild = sn:NewChildSection()
snGrandChild = snChild:NewChildSection()