Project

General

Profile

$unsafe » History » Version 2

Per Amundsen, 02/23/2023 07:54 PM

1 1 Per Amundsen
_Added in 2.4_
2
3
*$unsafe(text)*
4
5
Base64 encodes a text to delay evaluation for one level of evaluation.
6
7
Useful for external user input in commands that may evaluate text later on, such as [[/timer]] commands.
8
9
*Parameters*
10
11 2 Per Amundsen
table(ktable).
12
|*Parameter*|*Description*|
13
| text | The text to evaluate. |
14 1 Per Amundsen
15
*Properties*
16
17 2 Per Amundsen
table(ktable).
18
|*Property*|*Description*|
19
| .undo | Undo the base64 encode of the text. |