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());
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)