Online documentation, manuals and tutorials
< All Topics
Print

ReadSetting

Description

This action, for the defined key name, returns the saved value, or null if that key does not exist, from the .eez-project-runtime-settings file (it’s the same file where persistent variables are saved).

NOTE: WriteSetting and ReadSetting Actions are used to save and retrieve from the eez-project-runtime-settings file all those settings that we want to survive the Dashboard project restart. It is more convenient to use persistent variables, because in that case we do not have to execute a special Action for saving and

Properties

Specific

Key

EXPRESSION (string)

A string containing the name of the key whose value is to be retrieved.

Inputs

seqin

SEQ | MANDATORY

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence ouput.

value

DATA(any) | MANDATORY

The obtained Value of the defined Key is sent through this output.

Page content