Multichannel-systems NeuroExplorer Manual do Utilizador Página 176

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 373
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 175
5.5.3.8. NewEvent Function
NewEvent Function
Creates a new timestamped variable.
Syntax
variableReference NewEvent(doc, count)
Parameters
Parameter Type Description
doc documentReference Reference to the document.
count double Initial number of the timestamps in the document.
Returns
Returns a reference to the new variable.
Comments
None
Usage
NexScript
doc = GetActiveDocument()
temp = NewEvent(doc, 10) % creates a script-only variable
doc.NewVar = NewEvent(doc, 0) % creates a new variable in the file
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 174
Vista de página 175
1 2 ... 171 172 173 174 175 176 177 178 179 180 181 ... 372 373

Comentários a estes Manuais

Sem comentários