Denso RC5 Specifications Page 511

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 510
Chapter 15 Functions
15-63
STR$ (Function) [Conforms to SLIM]
Function
Converts a value to a character string.
Format
STR$ (<Expression>)
Explanation
This statement converts the value designated in <Expression> to a character
string.
Explanation: If a value is converted to a character string, there is
always a blank to display a sign at the head of the return
value. If the value is positive, a blank is inserted at the
head of the return value of the Str function. This blank
denotes the plus sign. The Str function recognizes only
a period (.) as a valid decimal point symbol.
Related Terms
BIN$, CHR$, HEX$, VAL
Example
DIM li1 As Integer
DEFSTR ls1, ls2
ls1 = STR$(20)
'Converts 20 to a character string and assigns it to ls1.
ls2 = STR$(li1)
'Converts li1 to a character string and assigns it to ls2.
Page view 510
1 2 ... 506 507 508 509 510 511 512 513 514 515 516 ... 691 692

Comments to this Manuals

No comments