DYNAMIC: Difference between revisions
Jump to navigation
Jump to search
Navigation:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link
(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}}") |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
{{PageSyntax}} | {{PageSyntax}} | ||
;Metacommand:REM [[$DYNAMIC]] | ;Metacommand:[[REM]] [[$DYNAMIC]] | ||
;Library function block:[[DECLARE DYNAMIC LIBRARY]] | ;Library function block:[[DECLARE LIBRARY|DECLARE DYNAMIC LIBRARY]] | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[DECLARE LIBRARY | * [[DECLARE LIBRARY]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Latest revision as of 22:59, 27 February 2024
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