SetupData.GetSerialListNames

table SetupData.GetSerialListNames ( 

 )

Description

Returns a numerically indexed  table containing the names of all of the serial number lists in the setup.

Tip: To create/modify the serial number lists in your installer, use the Serial Numbers dialog.

Parameters

None.

Returns

(table)  Returns a numerically indexed table containing the names of all of the serial number lists in the setup. If there are no lists or an error occurs, nil is returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also:  Related Actions