_MK$

From QB64 Phoenix Edition Wiki
Revision as of 12:09, 19 April 2022 by SMcNeill (talk | contribs) (Created page with "{{DISPLAYTITLE:_MK$}}{{DISPLAYTITLE:}} The _MK$ function can convert any numerical type into an ASCII STRING value that can be converted back using _CV. {{PageSyntax}} :{{Parameter|string_value$}} = _MK$({{Parameter|numericalType}}, {{Parameter|numericalValue}}) {{Parameters}} * {{Parameter|numericalType}} is any QB64 numerical type: INTEGER, LONG, SINGLE, DOUBLE, _INTEGER64, _BYTE or _BIT. * Whole integer values can be...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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