Avisaro Online Documentation - Wiki
Impressum Kontakt Sitemap

LIST

Description

The LIST command can be used to print out a stored BASIC script. Simply type LIST at the command line (without any arguments) and the BASIC script is sent to the currently selected I/O interface. 

Return Values

ERR_OK (0) If the script source code is visible.
ERR_REJECTED (12) If the module contains a pre-compiled code.

Example

LIST 

Shows what is stored as BASIC script

Remarks

There's no way to make pre-compiled code visible. This behaviour is by design.