&H: 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.

5 April 2023

26 February 2023

11 February 2023

10 January 2023

25 November 2022

13 June 2022

12 June 2022

11 June 2022

20 April 2022

  • curprev 13:4513:45, 20 April 2022RhoSigma talk contribs 5,077 bytes +5,077 Created page with "The '''&H''' prefix denotes that an integer value is expressed in a Hexadecimal base 16 format. Every 2 digits represent a _BYTE. {{PageSyntax}} :::: a& = &HFACE * The base 16 numbering system uses hexadecimal digit values of 0 to F. A = 10, B = 11, C = 12, D = 13, E = 14 and F = 15. * Leading zero values can be omitted just like in decimal values as they add nothing to the return value. * Decimal values returned can be any '''signed''' INTEGER, LONG int..."