embedfile | |
ACTION: |
specifiy a file to be embedded in the data section
|
USE: |
store data file in a program, and get a pointer to it.
|
EXAMPLE: |
sys dat : embedfile "data.txt",dat |
REMARKS: |
Text or binary files may be embedded with this command. The data is read-only. Either a sys or a bstring variable may be used to reference the data. An upper limit of 255 files can be embedded. |
RELATED: |
include
strptr
getfile
|