DYNAMIC

From QB64 Phoenix Edition Wiki
Revision as of 08:23, 13 March 2023 by RhoSigma (talk | contribs) (Created page with "The '''DYNAMIC''' keyword is used in two different ways in QB64, either as a Metacommand or as option in Library function blocks. {{PageSyntax}} ;Metacommand:REM $DYNAMIC ;Library function block:DECLARE DYNAMIC LIBRARY {{PageSeeAlso}} * DECLARE LIBRARY, ALIAS, BYVAL {{PageNavigation}}")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

The DYNAMIC keyword is used in two different ways in QB64, either as a Metacommand or as option in Library function blocks.


Syntax

Metacommand
REM $DYNAMIC
Library function block
DECLARE DYNAMIC LIBRARY


See also



Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link