customstatementdatabase(
STATEMENT
)

The customstatementdatabase( function returns the name of the library database that defines a custom statement.


Parameters

This function has one parameter:

statement – name of the custom statement.


Description

This function returns the name of the database that contains the definition of a custom statement.

customstatementdatabase("arraysort") ☞ _CollectionsLib
customstatementdatabase("displaydata") ☞ _DialogAlertLib

Note: If the custom statement does not exist, this function returns empty text (not an error).


See Also


History

VersionStatusNotes
10.0NewNew in this version.