Skip to content

GETVARSTRING

Brain edited this page May 10, 2023 · 1 revision

GETVAR$

GETVAR$(string-expression)

Gets a string variables value by name. If the variable does not exist an error is thrown, use EXISTSVARS() to check for the existence of the variable without an error.

Clone this wiki locally