Tuesday, November 15, 2022

🆕 _TITLE

The _TITLE statement sets the program name in the title bar of the program window (for BAM, the title showing in the browser window tab) for a program exported as a "Program Deployment" (either DEV or PROD) file.

(If a program does not specify a title via the _TITLE statement, the title bar will by default have the name of the program, the promotion level of that program, and the date/time the program was exported to the file.)


Syntax

_TITLE stringExpression$

No comments:

Post a Comment

🖥A "10PRINT" Variant, BAMified

This program by Charlie Veniot is a port and mod of Ian Witham's C64 program found in this YouTube video. New colours are randomly proje...