GoFiler Legato Script Reference
Legato v 1.5b Application v 5.24b
|
Table of Contents | < < Previous | Next >> |
Chapter Five — General Functions (continued)
Overview
The GetScriptMapFilename function returns the filename associated with the current line within the complete program map being executed.
Syntax/Parameters
Syntax
string = GetScriptMapFilename ( );
Parameters
(none)
Return Value
Returns a string containing the filename. This string can be empty if the script is untitled.
Remarks
This function differs from the GetScriptFilename function in that the former gets the name of the script file that was executed to start the script whereas the GetScriptMapFilename returns the actual name of the file from which the current source code came. When includes are used, this function will indicate the source file name included at the position it is executed.
This can be useful for retrieving the current execution position for logs and other functionalities.
Related Functions
Platform Support
Go13, Go16, GoFiler Complete, GoFiler Corporate, GoFiler, GoFiler Lite, GoXBRL
Legato IDE, Legato Basic
Table of Contents | < < Previous | Next >> |
© 2012-2024 Novaworks, LLC. All rights reserved worldwide. Unauthorized use, duplication or transmission prohibited by law. Portions of the software are protected by US Patents 10,095,672, 10,706,221 and 11,210,456. GoFiler™ and Legato™ are trademarks of Novaworks, LLC. EDGAR® is a federally registered trademark of the U.S. Securities and Exchange Commission. Novaworks is not affiliated with or approved by the U.S. Securities and Exchange Commission. All other trademarks are property of their respective owners. Use of the features specified in this language are subject to terms, conditions and limitations of the Software License Agreement.