Multichannel-systems NeuroExplorer Manual de usuario Pagina 319

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 373
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 318
5.5.15.1. Trace Function
Trace Function
Prints arguments to the output window.
Syntax
Trace(arg1, arg2, ...)
Parameters
Parameter Type Description
arg1 any type String, number or any other valid NexScript value.
arg2 any type String, number or any other valid NexScript value.
Returns
None
Comments
Converts each parameter to string and the prints the result to the output window.
Usage
NexScript
x = 30
% print the value of x
Trace("x=", x)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 317
Vista de pagina 318
1 2 ... 314 315 316 317 318 319 320 321 322 323 324 ... 372 373

Comentarios a estos manuales

Sin comentarios