GetWebVariable (open)

Return a variable from the query

Syntax

LOADLIB "mod::system/lib/webserver.whlib";

STRING FUNCTION GetWebVariable(STRING name)

Parameters

STRING name

Name of a variable passed through the URL or a POST request

Return value

STRING

Contents of requested variable, truncated to 4096 bytes