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
No edit summary |
No edit summary |
||
Line 8: | Line 8: | ||
{{PageSeeAlso}} | {{PageSeeAlso}} | ||
* [[DECLARE LIBRARY | * [[DECLARE LIBRARY]] | ||
{{PageNavigation}} | {{PageNavigation}} |
Revision as of 08:34, 13 March 2023
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