_MK$ - mkilgore/QB64pe GitHub Wiki

The _MK$ function can convert any numerical type into an ASCII STRING value that can be converted back using _CV.

Syntax

string_value$ = _MK$(numericalType, numericalValue)

Parameters

Description

  • Supports converting any QBasic or QB64 numerical value into a string value.
  • Some resulting ASCII string characters might not be able to be printed to the screen.

See also


Navigation:
Go to Keyword Reference - Alphabetical
Go to Keyword Reference - By usage
Go to Main WIKI Page
⚠️ **GitHub.com Fallback** ⚠️