GetID

Description:              This returns the ID (opcode) of a given function.

Warning:               For use by advanced programmers only.  Effective use of this function requires a thorough understanding of VTS programming. 

Returns:                    Numeric

Usage:                       Script or Steady State

Format:                      GetID(Statement)

Parameters:             Statement     { Code value }  { required }  { no default }

                                              Any expression for the code value of the function.

Comments:               This function is used by the compiler.  The OpCode for all functions can be found in the file WEBFUNC.TXT

See Also:

Compile