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