[Contents] · [Home] · [Mail]

SALIERI Language - get

Type:
get: string -> string

Call syntax:
get(setStr)

Description:
get retrieves the current value of system setting setStr as a string. The system settings available will depend on the version of the SALIERI System.

Error conditions:
If in setStr is not a valid setting name, get returns an empty string.

Example:
> get("noteNames")
Result= "diatonic"
> get("invalid")
Result= ""

See also: set, System Settings.


[Contents] · [Home] · [Mail]
© sic!systems, page frame designed by hh; this page has been automatically generated from the SALIERI Documentation Database.