Vocola.net
Vocola 3.1 Function Library
Get(name)
Namespaces LibraryVariable ► Get
Gets text from the specified Vocola variable.
Syntax
Get(name)
Parameters
name
Name of the Vocola variable whose value should be retrieved. Case sensitive.
Return Value
The text stored in the specified Vocola variable.
Examples
CopyInsert text from a numbered "bin"
Paste From 1..9 = Variable.Get($1);
Saying for example "Paste From 3" will retrieve the text stored in the Vocola variable "3" and send its characters to the current window.

Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)