MK$: Difference between revisions

From QB64 Phoenix Edition Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 19: Line 19:


{{PageSeeAlso}}
{{PageSeeAlso}}
* [[_CV]] {{text|(QB64 conversion function)}}
* [[_CV]]
* [[MKI$]], [[CVI]], [[INTEGER]]
* [[MKI$]], [[CVI]], [[INTEGER]]
* [[MKL$]], [[CVL]], [[LONG]]
* [[MKL$]], [[CVL]], [[LONG]]
* [[MKS$]], [[CVS]], [[SINGLE]]
* [[MKS$]], [[CVS]], [[SINGLE]]
* [[MKD$]], [[CVD]], [[DOUBLE]]
* [[MKD$]], [[CVD]], [[DOUBLE]]
* [[MKSMBF$]], [[CVSMBF]] {{text|(Microsoft Binary Format)}}
* [[MKSMBF$]], [[CVSMBF]]
* [[MKDMBF$]], [[CVDMBF]] {{text|(Microsoft Binary Format)}}
* [[MKDMBF$]], [[CVDMBF]]
* [[PDS(7.1) Procedures#CURRENCY|CURRENCY]]
* [[PDS(7.1) Procedures#CURRENCY|CURRENCY]]




{{PageNavigation}}
{{PageNavigation}}

Latest revision as of 21:18, 2 February 2023

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