User Tools

Site Tools


en:setsetting

SetSetting (Statement)

Format

Description

Save a string_expression to the system registry (or other persistent storage). The program_name and setting_key_name are used to categorize and to make sure that settings accessed when needed and not accidentally changed by another program.

The saved value will be available to other BASIC-256 programs and should remain available for an extended period.

This statement may be disabled because of potential system security issues. Availability may be configured in the IDE by going to the Edit>Preferences menu.

Example

setsetting "thisprogram", "testsetting", "value of setting"
print getsetting("thisprogram", "testsetting")

will print

value of setting

See Also

History

0.9.6.38New To Version
en/setsetting.txt · Last modified: 2020/02/28 10:46 (external edit)