$STATIC: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

23 January 2023

22 January 2023

25 November 2022

13 June 2022

11 June 2022

29 April 2022

19 April 2022

  • curprev 16:5416:54, 19 April 2022BigRon55 talk contribs 1,252 bytes +1,252 Created page with "The '''$STATIC''' Metacommand allows the creation of STATIC(un-changeable) arrays. {{PageSyntax}} ::: REM '''$STATIC''' * Qbasic Metacommands require a REM or apostrophy (') before them and are normally placed at the start of the main module. * Static arrays cannot be resized. If a variable is used to size any array, it becomes $DYNAMIC. * A REDIM statement has no effect on $STATIC arrays except perhaps a duplicate definition error at..."