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:29, 2 June 2022 RhoSigma talk contribs removed protection from SHARED (hist)
- 23:07, 18 May 2022 RhoSigma talk contribs protected SHARED [Edit=Allow only autoconfirmed users] (indefinite) [Move=Allow only autoconfirmed users] (indefinite) (hist)
- 16:52, 19 April 2022 BigRon55 talk contribs created page SHARED (Created page with "The '''SHARED''' statement allows variables to be passed automatically to any SUB or FUNCTION procedure. {{PageSyntax}} :: DIM SHARED Qt AS STRING * 1 * DIMensioned variables are shared with all procedures in the program module. * When used with DIM in the main module, it eliminates the need to pass a parameter variable to a SUB or FUNCTION. * Use COMMON SHARED to share a list of variable values with sub-procedures or other modules. See...")