CLEAR: 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

19 April 2022

  • curprev 16:5816:58, 19 April 2022BigRon55 talk contribs 1,169 bytes +1,169 Created page with "The CLEAR statement clears all variable and array element values in a program. {{PageSyntax}} : CLEAR [, {{Parameter|ignored&}} , {{Parameter|ignored&}}] {{PageDescription}} * All parameters are optional and ignored by '''QB64'''. * Normally used to clear all program variable and array values where numerical values become zero and string values become empty (""). * It does not clear constant values. * Closes all opened files. * $DYNAMIC..."