Denso RC5 Especificaciones Pagina 511

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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.
Vista de pagina 510
1 2 ... 506 507 508 509 510 511 512 513 514 515 516 ... 691 692

Comentarios a estos manuales

Sin comentarios