Defaults_Read()

Examples


The Defaults_Read() function reads the value of a setting in the Dexterity defaults file.

Syntax

Defaults_Read(setting)

Parameters

setting – A string specifying the setting to read.

Return value

A string indicating the value of setting. If the setting doesn’t exist, the returned string will be empty.


Documentation Feedback