Skip to end of banner
Go to start of banner

getComment

Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Availability

This routine is available starting with SIL Engine™ 1.0.

Syntax

getComment();

Description

Returns the comment entered in a transition screen, or an empty string if no comment has been entered or the transition doesn't have a screen.

Return type

string

The returned value is the comment entered in the transition screen. If the transition doesn't have a screen or no comment was entered, an empty string is returned.

Example

getComment();

Returns: The comment entered in the transition screen, or an empty string.

See also


  • No labels