Difference between revisions of "MC-Basic:STRL$"
| Line 13: | Line 13: | ||
|TYPE= | |TYPE= | ||
''<return value>'': String<br> | ''<return value>'': String<br> | ||
| − | ''<number>'': Long, Double | + | ''<number>'': Long, Double<br> |
''<format_string>'': String<br> | ''<format_string>'': String<br> | ||
| + | |||
| + | {{Note/Important| | ||
| + | A double-type input is implicitly converted to long | ||
| + | } | ||
|RANGE= | |RANGE= | ||
Revision as of 08:35, 20 March 2014
{{MC-Basic |SHORT FORM=
|SYNTAX=
STRL$(<number>, <format_string>)
|AVAILABILITY=
|DESCRIPTION= STRL$ returns the string representation of long-type number.
|TYPE=
<return value>: String
<number>: Long, Double
<format_string>: String
| IMPORTANT | |
|
A double-type input is implicitly converted to long } |