Denso RC5 Especificações Página 511

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 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 página 510
1 2 ... 506 507 508 509 510 511 512 513 514 515 516 ... 691 692

Comentários a estes Manuais

Sem comentários