Introduction

Language Structure

IB Statements

File System

Comet 32 Runtime

Index

HEX constants

Discussion: Internet Basic now includes hex constants. A hex constant may be used anyplace where a decimal constant is used.
Syntax: 0xhex-value
Examples: A = 0x7F
B = 0x7FA5
C = 0x7FA56B
SET VALUE = 0x1234
LENGTH 0x7F & LOCAL A$
LENGTH 0x10.0 & LOCAL I, J, K
LENGTH 254 & LOCAL B$(0x4B)