Casio CLASSPAD 330 3.04 Manual de usuario Pagina 699

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 954
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 698
20060301
StrJoin
Syntax: StrJoin
:
"<string 1>", "<string 2>", <storage variable name>
Function: Joins "<string 1>" and "<string 2>" and then assigns the resulting string to the
specified variable.
StrLeft
Syntax: StrLeft
:
"<string>",
n
, <storage variable name>
Function: Copies a string up to the
n
th character from the left, and assigns the resulting
string to the specified variable.
StrLen
Syntax: StrLen
:
"<string>", <storage variable name>
Function: Determines the length of a string (the number of its characters) and assigns
the resulting value to the specified variable.
StrLwr
Syntax: StrLwr
:
"<string>", <storage variable name>
Function: Converts all the characters of a string to lower case and assigns the resulting
string to the specified variable.
StrMid
Syntax: StrMid
:
"<string>",
n
, <storage variable name> [,<number of characters>]
Function: Copies a specific number of characters of a string, starting from the
n
th
character, and assigns the resulting string to the specified variable.
Description: Omitting the number of characters causes the string to be copied up to the
end.
StrRight
Syntax: StrRight
:
"<string>",
n
, <storage variable name>
Function: Copies a string up to the
n
th character from the right, and assigns the resulting
string to the specified variable.
12-6-43
Program Command Reference
Vista de pagina 698
1 2 ... 694 695 696 697 698 699 700 701 702 703 704 ... 953 954

Comentarios a estos manuales

Sin comentarios