Multichannel-systems NeuroExplorer Manual do Utilizador Página 316

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 315
5.5.14.10. CharToNum Function
CharToNum Function
Converts a one-character string to a number (a character's ASCII code).
Syntax
double CharToNum(oneCharString)
Parameters
Parameter Type Description
oneCharString string A string of length 1 (for example, "a", "5").
Returns
The string character's ASCII code.
Comments
None
Usage
NexScript
x = CharToNum("1")
% x now equals to 49
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 314
Vista de página 315
1 2 ... 311 312 313 314 315 316 317 318 319 320 321 ... 372 373

Comentários a estes Manuais

Sem comentários