User Tools

Site Tools


built_in:load_boolean

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
built_in:load_boolean [2015/03/04 18:06]
octazid created
built_in:load_boolean [2016/08/03 13:47] (current)
Line 5: Line 5:
 ====Description==== ====Description====
  
-The **LoadBoolean** method loads a boolean (true of false) value from the user's storage space. Use this method when saving and loading user preferences.+The **LoadBoolean** method loads and returns a boolean (true of false) value from the user's storage space under **valueName**. If there is no stored **valueName**, then method returns **default** value. Use this method when saving and loading user preferences.
  
-The third parameter is an optional text parameter and allows sharing of data across multiple Apps when the same id is used by both apps.+The third parameter **id** is an optional text parameter and allows sharing of data across multiple Apps when the same id is used by both apps
 + 
 +The third parameter is only useful for sharing data between apps run in the DroidScript IDE. It cannot be used to share data between standalone apps created with the apk-builder.
  
 <code> num = app.LoadBoolean( valueName, default, id );</code> <code> num = app.LoadBoolean( valueName, default, id );</code>
built_in/load_boolean.1425492405.txt.gz · Last modified: 2015/03/05 02:06 (external edit)