MK$: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
m (Removed protection from "MK$")
No edit summary
Line 1: Line 1:
{{DISPLAYTITLE:_MK$}}{{DISPLAYTITLE:}}
{{DISPLAYTITLE:_MK$}}
The [[_MK$]] function can convert any numerical type into an [[ASCII]] [[STRING]] value that can be converted back using [[_CV]].
The [[_MK$]] function can convert any numerical type into an [[ASCII]] [[STRING]] value that can be converted back using [[_CV]].



Revision as of 20:56, 2 June 2022

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)


Template: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:
Main Page with Articles and Tutorials
Keyword Reference - Alphabetical
Keyword Reference - By usage
Report a broken link