|
Str$ | ||
StringResult$ = Str$(NumberToConvert) | ||
Parameters: NumberToConvert = The number you wish to create a string representation of |
||
Returns: StringResult$ = The Number In String Form |
||
Str$() will convert a integer or float point value into a string of numerical characters that represent this value. This is often required if you wish to display numerical data and strings together. FACTS: * Str$ will convert both Integer and Float values. Mini Tutorial: This example shows how you might want to convert a value to a string, so that it can combined and display with other strings.
This example would output.
|
Related Info: | Asc | Bin$ | Digits$ | Hex$ | Val : |
|
|||||||||||||||||||||||||||||||||||||||
(c) Copyright 2002 - 2024 - Kevin Picone - PlayBASIC.com |