This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
start [2018/08/18 11:06] Niek Added ROUND function |
start [2018/10/20 11:33] felfert Add sendraw action |
||
---|---|---|---|
Line 40: | Line 40: | ||
|read|Read all text from a file into a label|v8.1.1|[[docu_read|documentation]]|[[action_read|read]]| | |read|Read all text from a file into a label|v8.1.1|[[docu_read|documentation]]|[[action_read|read]]| | ||
|set|Set, update or delete a variable|v8.1.1|[[docu_set|documentation]]|[[action_set|set]]| | |set|Set, update or delete a variable|v8.1.1|[[docu_set|documentation]]|[[action_set|set]]| | ||
+ | |sendraw|Send raw codes|v8.1.2|[[docu_sendraw|documentation]]|[[action_sendraw|sendraw]]| | ||
=== Event Functions === | === Event Functions === | ||
Line 49: | Line 50: | ||
|FORMAT|Format a number into a string|v8.1.1|[[docu_format|documentation]]|[[function_format|FORMAT]]| | |FORMAT|Format a number into a string|v8.1.1|[[docu_format|documentation]]|[[function_format|FORMAT]]| | ||
|EXTRACT|Extract value from http query string|v8.1.1|[[docu_extract|documentation]]|[[function_extract|EXTRACT]]| | |EXTRACT|Extract value from http query string|v8.1.1|[[docu_extract|documentation]]|[[function_extract|EXTRACT]]| | ||
- | |ROUND|Rounds a number|v8.1.1|[[docu_round|documentation]]|[[function_round|ROUND]]| | + | |ROUND|Rounds a number to a given number of decimals|v8.1.1|[[docu_round|documentation]]|[[function_round|ROUND]]| |