mergSettingsSetBoolForKey

Typecommand
DictionaryLCS
LibraryLiveCode Script
Syntax
mergSettingsSetBoolForKey <pKey>, <pVal>
Associationsmergsettings
Summary

Sets the setting for the specified key

Introduced8.0
OSios
Platformsmobile
Parameters
NameTypeDescription
pKey

the setting key

pVal

the setting value (boolean)

Example
mergSettingsSetBoolForKey "ask_me_later",tBooleanValue
Description

Sets the setting for the specified key

Tagsexternals