load-binary-file
function
The load-binary-file
action Loads binary data from a URL into a variable. It belongs to the file category within the system area.
Action Syntax
load-binary-file https://...
A valid URL
load-binary-file $variable
A variable name starting with $
Return Value
This function returns a
VARREC
value that can be stored in a variable:
$result = load-binary-file
Valid sizes
tiny
small
medium
large
extra
Examples
// Basic Usage
$varrec = load-binary-file https://someurl
Action code: 4248279081
Version: 0.6.4-3
Last updated: 2025-06-13