
5.5.8.2. Join Function
Join Function
Creates the new event that contains the timestamps of the two specified variables.
Syntax
variableReference Join(var1, var2)
Parameters
Parameter Type Description
var1 variableReference Reference to the variable.
var2 variableReference Reference to the variable.
Returns
Reference to the new variable.
Comments
Creates the new event that contains both the timestamps of var1 and the timestamps of var2.
Usage
NexScript
doc = GetActiveDocument()
doc.Events4and5 = Join(doc.Event4, doc.Event5)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 230
Comentarios a estos manuales