Gets the file name of the most recently loaded Vocola command file which contained an error.
Syntax
GetErrorFilename()
Return Value
The file name of the most recently loaded Vocola command file which contained an error.
Examples
CopyShow Vocola code for recent error
Show Error = CommandFile.Open(CommandFile.GetErrorFilename()) {Ctrl+Home} {Down_ Eval( CommandFile.GetErrorLineNumber() - 1) } {Right_ Eval( CommandFile.GetErrorColumnNumber() - 1) };
This is one of Vocola's built-in commands.
Assembly: VocolaFunctionLibrary (Module: VocolaFunctionLibrary) Version: 3.1.1.0 (3.1.1.0)