|
CODELOCK (Short Name: COD)
|
|
| · | The encoded file that R:BASE creates protects the source file from being altered because the binary files produced by CodeLock cannot be changed with a text editor.
|
| · | The run time for the encoded file might be reduced because the commands are already parsed or interpreted by CodeLock; some of the work the computer does to run the ASCII form of the command file is not necessary. Also, calls between binary blocks in procedure files can be done without opening and closing a different disk file for every call.
|
| · | A developer can create a complex application that can be distributed in one file instead of several stand-alone files.
|