Command:

checkFactorName (  
char* name
)

What:

Checks if the name to assign to a factor is already in use

Parameters:

name
[char*]
defines the factor's name to be checked.
It must begin with a letter and can contain only letters and numbers, this parameter cannot be null!

Return:

error_code [int]: 1 if the operation has occurred without errors, 0 if an error has occurred

Examples:

checkFactorName('var1')

checks if the name var1 is already in use as factor name in the current configuration

All Factor Commands: