Home > Available Help Files > PC-DMIS BASIC Language > Cypress Enable Scripting Language Elements > Numbers
Current Help File: PC-DMIS Basic (View Core Help)
Cypress Enable supports three representations of numbers: Decimal, Octal and Hexadecimal. Most of the numbers used in this manual are decimal or base 10 numbers. However, if you need to use Octal (base 8) or hexadecimal (base 16) numbers simply prefix the number with &O or &H respectively.