Legato
Legato

GoFiler Legato Script Reference

 

Legato v 1.4j

Application v 5.22b

  

 

Chapter SixteenApplication (continued)

SetPreferences Function

Overview

The SetPreferences function allows for specific settings to be applied via a string.

Syntax/Parameters

Syntax

int = SetPreferences ( string data );

Parameters

data

A string in INI format containing the settings to change.

Return Value

An int as ERROR_NONE or a formatted error code on failure.

Remarks

The settings string need only contain those settings to be altered. Unlike the application preferences, unspecified settings are are not altered as with the LoadPreferences function.

Related Functions

Platform Support

Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL

Legato IDE