LV: local variables (get and set local variable values)
Syntax
lv()Arguments
Examples
Formula | Description |
---|---|
$lv("foo", "Some Value")$Value is: $lv(foo)$ | Sets a simple variable and shows value using lv() |
$lv("foo", df(m))$$"Minutes are: "+#foo$ | Sets a simple variable and shows value using # |