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).
- 14:56, 19 April 2022 BigRon55 talk contribs created page REDIM (Created page with "A {{KW|REDIM}} statement can re-dimension one dynamic(flexible) array or a comma separated list of arrays. {{PageSyntax}} :REDIM [{{KW|_PRESERVE}}] [{{KW|SHARED}}] ArrayName[''typesuffix''] ({''max_element''|low_element[{{KW|TO}} ''upper_element'', ...]}) [{{KW|AS}} {{KW|TYPE|Type}}] {{PageDescription}} * Can change the number of elements in an array (the present array data is lost unless _PRESERVE is used). * Dynamic array element...")