SHARED: 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.

11 February 2023

29 January 2023

23 January 2023

2 June 2022

18 May 2022

19 April 2022

  • curprev 16:5216:52, 19 April 2022BigRon55 talk contribs 3,371 bytes +3,371 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..."