Casio fx-CG50 User Manual Page 321

  • Download
  • Add to my manuals
  • Print
  • Page
    / 634
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 320
8-26
StrInv(
Função: Inverte a sequência de uma string.
Sintaxe: StrInv("<string>"[)]
StrJoin(
Função: Une “<string 1>” e “<string 2>”.
Sintaxe: StrJoin("<string 1>", "<string 2>"[)]
Observação: O mesmo resultado pode também ser atingido usando o comando “+” (página
8-27).
StrLeft(
Função: Copia uma string até o
n -ésimo caractere a partir da esquerda.
Sintaxe: StrLeft("<string>",
n [)] (0 < n < 9999, n é um número natural)
StrLen(
Função: Retorna o comprimento de uma string (o número dos seus caracteres).
Sintaxe: StrLen("<string>"[)]
StrLwr(
Função: Converte todos os caracteres de uma string para minúsculas.
Sintaxe: StrLwr("<string>"[)]
StrMid(
Função: Extrai a partir do
n -ésimo ao m -ésimo caractere de uma string.
Sintaxe: StrMid("<string>",
n [, m )] (1 < n < 9999, 0 < m < 9999, n e m são números naturais)
Descrição: A omissão de “
m ” vai extrair desde o n -ésimo caractere até ao fim da string.
StrRight(
Função: Copia uma string até ao
n -ésimo caractere da direita.
Sintaxe: StrRight("<string>",
n [)] (0 < n < 9999, n é um número natural)
Page view 320
1 2 ... 316 317 318 319 320 321 322 323 324 325 326 ... 633 634

Comments to this Manuals

No comments