Setup Factory 10

Application.LoadValue

Application.LoadValue

Previous topic Next topic  

Application.LoadValue

Previous topic Next topic  

OverviewExamples

string Application.LoadValue (

string Section,

string Key )

Description

Loads a value that was saved with the Application.SaveValue action.

Parameters

Section

(string) The name of the "section" that the value was saved in.

Key

(string) The name of the "key" that identifies the value.

Returns

(string) The value that was loaded. If an error occurs, a blank string "" will be returned. You can use Application.GetLastError to determine whether this action failed, and why.

ResultVariable

When adding an action with the action editor, you can use this field to specify a variable that the return value will be stored in.

See also: Related Actions


Learn More: Indigo Rose Software - Setup Factory - Buy Now - Contact Us