All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:50, 19 April 2022 BigRon55 talk contribs created page $DYNAMIC (Created page with "The $DYNAMIC metacommand allows the creation of dynamic (changeable) arrays. {{PageSyntax}} :{REM | ' } $DYNAMIC {{PageDescription}} * QBasic metacommands require REM or apostrophe (') before them and are always placed at the start of the main module. * Dynamic arrays can be resized using REDIM. The array's type cannot be changed. * All data in the array will be lost when REDIMensioned except whe...")