core-kv-get
function
The core-kv-get
action core-kv-get gets kv. It belongs to the core category within the core area.
Action Syntax
core-kv-get $variable from "text"
A variable name starting with $ followed by a value followed by A quoted text string
Return Value
This function returns a
VARREC
value that can be stored in a variable:
$result = core-kv-get
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$varrec = core-kv-get $keyname from "BIND"
Action code: 1107059142
Version: 0.6.4
Last updated: 2025-06-13