Include a file: Difference between revisions

m
Line 144:
$INCLUDE "ishelllink.inc" (or whatever other file).
 
IWBASIC also allows resources, files and data that are compiled with an application and embedded in the executable. However, resources in IWBASIC are may be used only for projects, i.e., programs that have more than one source file.
However, resources in IWBASIC may be used only for projects, i.e., programs that have more than one source file.
 
Various resources are loaded as follows: Success=LOADRESOURCE(ID,Type,Variable).