BoxFile

Last Modified: 12/31/2020

Inserts a file from the CodeBox feature.

Arguments

NameTypeRequiredDescription
Filename String Yes The filename added into the CodeBox feature.

Example

Syntax: BoxFile <Filename>
LogoTiles:
    BoxFile "sbslogotiles.bin"

Remarks

The files located in CodeBox are stored in the SecondBASIC program folder, and are accessibly in every project.

BoxFile files are added as binary files.

See Also

CodeBox (command), CodeBox (Feature), DataFile, Read, ReadInt, ReadLong, Read(), ReadInt(), ReadLong&()