BPOKE_L

Syntax

BPOKE offset, value and

BPOKE_W offset, value

BPOKE_L offset, value

Location

BPOKE (DIY Toolkit - Vol B)

These three commands allow you to alter the value of SuperBASIC variables in much the same was as the extended POKE commands do on Minerva and SMS.

BPOKE_W and BPOKE_L were added in v0.7 of the toolkit.

They unfortunately always access the SuperBASIC variables of Job 0 (SuperBASIC) and cannot therefore be used on a Multiple BASIC interpreter.

CROSS-REFERENCE

See POKE.

BPEEK% and related commands allow you to read the values of the SuperBASIC variables.