Python built-in LianjaScript functions

From Lianjapedia
Revision as of 10:42, 4 March 2024 by Yvonne.milne (Talk | contribs)

Jump to: navigation, search

Under construction

Functions

The following LianjaScript functions are built into Lianja Python. The function names are case-sensitive.

Function Arguments Description
createObject()
die()
echo()
filetostr()
getparameter()
getParameter()
kvs_add()
kvs_clear()
kvs_close()
kvs_contains()
kvs_count()
kvs_create()
kvs_generate()
kvs_get()
kvs_getall()
kvs_getAll()
kvs_getrange()
kvs_getRange()
kvs_info()
kvs_isvalid()
kvs_keys()
kvs_list()
kvs_listlog()
kvs_listLog()
kvs_loadfromfile()
kvs_loadFromFile()
kvs_max()
kvs_min()
kvs_next()
kvs_open()
kvs_rebuild()
kvs_remove()
kvs_removefirst()
kvs_removeFirst()
kvs_removelast()
kvs_removeLast()
kvs_removerange()
kvs_removeRange()
kvs_rewind()
kvs_savetofile()
vs_saveToFile()
kvs_set()
kvs_update()
kvs_values()
move_uploaded_file()
odata_Create()
odata_Delete()
odata_Read()
odata_Update()
openDatabase()
strtofile()
unlink()


Desktop Only Functions

The following LianjaScript functions are built into Lianja Python for desktop Apps only.

Function Arguments Description
bindEvent() tbc tbc.
clear_events() none Stops event processing started with read_events().
debug() text as string Writes the specified text to the debug file (set debug on).
debugout() text as string Writes the specified text to the Troubleshooter Debugout Tab.
inputBox() [prompt as string] Display a box prompting for input. The prompt can optionally be specified; the default prompt is 'Enter value:'
messageBox() message as string
[, options as numeric
[, title as string]]
Display a message in a box with an optional title.
See MESSAGEBOX() for the numeric options to customize the buttons and icon and for the return values.
read_events() none Suspends execution until a clear_events() is executed.