Online documentation, manuals and tutorials
< All Topics
Print

WriteSetting

Description

This Action will add the set Key to the .eez-project-runtime-settings file (it’s the same file where persistent variables are saved), or it will update the value with Value of that key if it already exists.

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 retrieving.

Properties

Specific

Key

EXPRESSION (string)

A string containing the name of the key to be added/updated.

Value

EXPRESSION (any)

The value of the key that will be created or updated.

Inputs

seqin

SEQ | OPTIONAL

A standard sequence input.

Outputs

seqout

SEQ | OPTIONAL

A standard sequence output.

Page content