ScriptNames()

Category: Design

Syntax: ScriptNames ( fileName )

Parameters:

fileNameA string or text expression that represents the name of an open file.

Data type returned: Text

Description:

Returns a carriage returndelimited list of script names from the specified file.

As with the ScriptIDs() function, the order of the list returned by ScriptNames() is the current order of the scripts within ScriptMaker.

Any scripts that are set to "no access" for the current users privilege set are not included in the list.

Examples:

Function

Results

ScriptNames (Get (FileName))

Returns a list of script names for the current file that might look like this:

 

Contact_Nav

 

Invoice_Nav

 

-

 

Contact_New

 

Invoice_New

 

-

 

Contact_Delete

 

Invoice_Delete

Категории