
5.5.8.21. IntOpposite Function
IntOpposite Function
Creates a new interval variable that contains intervals 'complementary' to the intervals of the specified
interval variable.
Syntax
variableReference IntOpposite(intervalvar)
Parameters
Parameter Type Description
intervalvar variableReference Reference to the interval variable.
Returns
Reference to the new interval variable.
Comments
Creates a new interval variable that contains intervals 'complementary' to the intervals of intervalvar.
Usage
NexScript
doc = GetActiveDocument()
doc.OusideTrials = IntOpposite(doc.Trials)
See Also
Introduction to NexScript Programming
NexScript Function Categories
Page 249
Comentarios a estos manuales