IDECODE$( )
Description:
Returns the source code from the Liberty BASIC editor. This is useful for creating code formatting or reporting tools or for generating code from what's in the editor. Note: This function returns an empty string when executed by the runtime engine because in that context there is no code editor.
Usage:
source$ = idecode$()
See also: IDEFILENAME$( ) and New IDECODE$( ) and IDEFILENAME$( ) functions