CVS$

Syntax

CVS$ (mks_$)

Location

BTool

This function takes the internal representation of a string and returns the string concerned.

A string is represented internally as a word containing the length of the string followed by the string itself.

Example

CVS$( CHR$(0) & CHR$(2) & “Test” ) = “Test”(1 TO 2) = “Te”

CROSS-REFERENCE

MKS$, CVI%, CVL, CVF. FPUT$ and FGET$ enable you to write strings to and read strings from files in their internal formats.