====== VPEEK ====== [x16] //Defined in [[x16.bas]].// The ''VPEEK()'' function returns the value stored in a VRAM address. ===== Function header ===== FUNCTION VPEEK AS BYTE (addr AS LONG) SHARED STATIC ===== Example ===== INCLUDE "x16.bas" PRINT VPEEK($1B000) ===== See also ===== * [[VPOKE]]