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).
- 19:26, 2 June 2022 RhoSigma talk contribs removed protection from DIM (hist)
- 22:46, 18 May 2022 RhoSigma talk contribs protected DIM [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) (hist)
- 16:56, 19 April 2022 BigRon55 talk contribs created page DIM (Created page with "The DIM statement is used to declare a variable or a list of variables as a specified data type or to dimension $STATIC or $DYNAMIC arrays. {{PageSyntax}} ::''Syntax 1:'' DIM [{{KW|SHARED}}] ''variable''[{suffix| {{KW|AS}} ''type''}] [, ''variable2''...]] ::''Syntax 2:'' DIM [{{KW|SHARED}}] ''array(lowest% [{{KW|TO}}) highest%])''[{suffix| {{KW|AS}} ''type''}] [, ''variable2''...] :'' '''QB64''' Syntax:'' DIM [{{KW|SHARED}}] ''varia...")