AT&T 6300 Programmer's Manual page 471

Gwbasic by microsoft
Hide thumbs Also See for 6300:
Table of Contents

Advertisement

Syntax
Remarks
Example
STR$
Function
Returns the string representation of the value
of a specified numeric expression.
STR$( numexp )
For positive numbers, the string generated by
STR$ has a leading blank for the sign field.
See the complementary VAL function in this
chapter.
10 AS
=
STRS(70]
20 PRINT AS
RUN
70
Ok
70 (the argument of STR$) is a number, but
the contents of A$ is a two character string
whose value is "70".
7-315

Advertisement

Table of Contents
loading

Table of Contents