Vocola.net
Vocola 3.1 Function Library
Set(name, value)
Namespaces LibraryVariable ► Set
Stores text in the specified Vocola variable.
Syntax
Set(name, value)
Parameters
name
Name of the Vocola variable whose value should be set. Case sensitive.
value
Text value to store.
Remarks
When you set a variable, the value persists for the remainder of the Vocola session.
Examples
CopyStore selected text in a numbered "bin"
Copy To 1..9 = {Ctrl+c} Variable.Set($1, Clipboard.GetText());
Copies the currently-selected text (by sending {Ctrl+c}), retrieves it from the Windows clipboard (using GetText), and stores it in a Vocola variable. Saying for example "Copy To 3" stores the currently-selected text in the Vocola variable "3".

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