MC-Basic:CHECKCAMMONOTONIC

From SoftMC-Wiki
Revision as of 16:00, 13 December 2010 by Arwiebe (talk | contribs) (Created page with '{{MC-Basic |SHORT FORM= Ccmon |SYNTAX= CheckCamMonotonic(''<cam>'') |AVAILABILITY= All versions |DESCRIPTION= This function checks whether CAM table is monotonic. It returns 0…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

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