Utils

Source:

Methods

getDelimiter() → {string}

Gets the active Delimiter to delimit all lists.
Source:
Returns:
The active delimiter.
Type
string

getError() → {string}

Gets error message generated by the Discngine Web Panel.
Source:
Returns:
The message error.
Type
string

getIntFromShapeName(name) → {integer}

Returns the code associated to the shape name provided in argument.
Parameters:
Name Type Description
name string Shape name.
Source:
Returns:
The code associated to the shape name.
Type
integer

getLibraryFolderFiles(foldername, delimiter)

Gets library folder files list.
Parameters:
Name Type Description
foldername string The library folder name.
delimiter string The Files list separator.
Source:

setDelimiter(delimiter)

Sets the active Delimiter to delimit all lists, use this to put a delimiter for all the session.
Parameters:
Name Type Description
delimiter string The active delimiter to set.
Source:

ShowAlerts(True)

Shows alert when an error occured.
Parameters:
Name Type Description
True boolean to show warnings and errors in alerts, False otherwise.
Source: