Difference between revisions of "MC-Basic:CHECKCAMMONOTONIC"

From SoftMC-Wiki
Jump to: navigation, search
m (1 revision)
m (Text replace - "''<cam>''" to "<''cam''>")
Line 4: Line 4:
  
 
|SYNTAX=
 
|SYNTAX=
CheckCamMonotonic(''<cam>'')
+
CheckCamMonotonic(<''cam''>)
  
 
|AVAILABILITY=
 
|AVAILABILITY=

Revision as of 11:22, 17 March 2014

This function checks whether CAM table is monotonic. It returns 0 if the table is monotonic. Otherwise, it returns the index in the table at which the data are not monotonic. A CAM table must be monotonic to run.

Short form

Ccmon

Syntax

CheckCamMonotonic(<cam>)

Availability

All versions

Range

Existing CAM table name

Scope

Configuration, Task or Terminal

Examples

Index = CheckCAMMonotonic( Cam1 )

See Also