Table of Contents

DSKI$

Loads into a buffer the contents of a disk sector

Implemented by: colordisk, msxdisk

With variations:

Also written as:

Usage

In MSX BASIC, the keyword was implemented by the MSX DiskBASIC extension. DSKI$ takes two arguments:

Apparently, the function would not return the contents to a regular string variable, but to a buffer region in memory where it could be accessed with PEEK.

Variations

Examples

Comments

DSKI$ is evidently an acronym for "DiSK Input".

Similar keywords

In other languages...

References