Vocola.net
Vocola 3.1 Function Library
Length(text)
Namespaces LibraryString ► Length
Returns the number of characters in the input text.
Syntax
Length(text)
Parameters
text
Text whose length is desired.
Return Value
The number of characters in text.
Examples
CopyMove to beginning of dictated phrase
Phrase Start = {Left_ String.Length(Dictation.Get()) };
This command retrieves the length of the just-dictated phrase and uses the result to send that many "left arrow" keystrokes. For example, if "now is the time" was just dictated, {Left_15} will be sent.

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