Difference between revisions of "MC-Basic:STRL$"
Line 18: | Line 18: | ||
{{Note/Important| | {{Note/Important| | ||
A double-type input is implicitly converted to long | 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 |