PEEK_F

Syntax

PEEK_F (address)

Location

BTool

PEEK_F is a function which reads six bytes from any position in memory, which it assumes is the internal representation of a SuperBASIC floating point number, and returns its value.

WARNING

PEEK_F will lead to a crash if the six bytes at address did not represent a valid floating point, compare this with CVF.

CROSS-REFERENCE

POKE_F, CVF, MKF$ See also PEEK$