Multichannel-systems NeuroExplorer Manual de usuario Pagina 316

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 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 pagina 315
1 2 ... 311 312 313 314 315 316 317 318 319 320 321 ... 372 373

Comentarios a estos manuales

Sin comentarios