|
Liberty BASIC Workshop Help     |
LIBERTY BASIC TOOLS
Be sure to set the paths to Liberty.exe and Run.exe in the Options dialog.
Liberty BASIC Workshop now allows for "include" files. See Editor Tools for more information.
Liberty BASIC Workshop never automatically over-writes source code files. It is necessary to write a copy of the code to disk for running in Liberty BASIC. This file is written with the same filename as the loaded file, but with the BAK extension. This disk file is created for RUN, MAKE TKN and DEBUG with Liberty BASIC.
RUN F5
Liberty BASIC may be used to run the code in the active code window. If the Gui Builder window is active, it will compile and run code for the current state of the Gui window.
MAKE TKN F6
Liberty BASIC may be used to tokenize the code in the active code window. This option is only available for registered users of Liberty BASIC. If the Gui Builder window is active, it will compile and tokenize code for the current state of the Gui window.
DEBUG F7
Liberty BASIC may be used to debug the code in the active code window. If the Gui Builder window is active, it will compile and debug code for the current state of the Gui window.
RUN TKN F8
Liberty BASIC may be used to run any tokenized file. Note that files tokenized with LB1.4x will not run under LB2, and files tokenized under LB2 will not run under LB1.4x and so on.
RUN Liberty BASIC F9
Liberty BASIC may be run with no file loaded.
LINKS
There is a list of links to the Liberty BASIC homepage, forums, and newsletter at the bottom of this menu. Clicking on one of these causes the default web browser to open and navigate to the chosen site.
HTML export copyright (C) 1998 Windows Help
Designer