Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ParameterDescription
nameAny legal identifier may be used as the name of the function. A Return statement must include a return value located at a logical termination of the program.
datatypeOpenInsight for Workgroups does not require data typing of parameters.
parameterAt least one parameter is required. Multiple parameters are delimited with commas. Specify void as a parameter if no parameters are desired. The calling procedure has to provide the same number of arguments as are specified in the called function.

See also

DeclareReturn. Refer to the sample application provided with OpenInsight for example functions.