User Tools

Site Tools


built_in:load_text

Differences

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

Link to this comparison view

Next revision Both sides next revision
built_in:load_text [2015/03/04 18:11]
octazid created
built_in:load_text [2015/03/21 17:45]
madlyr [Description]
Line 5: Line 5:
 ====Description==== ====Description====
  
-The **LoadText** method loads a text value from the user's storage space. Use this method when saving and loading user preferences.+The **LoadText** method loads and returns a text 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.
  
 <code> txt = app.LoadText( valueName, default, id );</code> <code> txt = app.LoadText( valueName, default, id );</code>
built_in/load_text.txt ยท Last modified: 2016/08/03 13:45 (external edit)