





|
Compression
It is very easy to convert an AppBasic application's !RunImage directory to a single file (and back again) using AppBasic's ‘Compress’ tool:
 Converting !RunImage to a single file
When !RunImage is converted to a single file all “unused” procedure definitions are removed. The !RunImage directory is renamed and can be removed when the application is to be exported. The contents of the renamed !RunImage directory are - in effect - the application's source code.
|