IsolatedStorage.Get(Text, var Text) Method

Version: Available or changed with runtime version 2.0.

Gets the value associated with the specified key.

Syntax

[Ok := ]  IsolatedStorage.Get(Key: Text, var Value: Text)

Parameters

Key
 Type: Text
The key of the value to get. If the specified key is not found an error will be reported.

Value
 Type: Text
The value that is associated with the specified key.

Return Value

[Optional] Ok
 Type: Boolean
true if the value was retrieved successfully, otherwise false. If you omit this optional return value and the operation does not execute successfully, a runtime error will occur.

See Also

IsolatedStorage Data Type
Get Started with AL
Developing Extensions