8000 _MK$ · a740g/QB64pe Wiki · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
Samuel Gomes edited this page Nov 8, 2022 · 1 revision

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)

Parameter(s)

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

Clone this wiki locally
0