[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    InspectOBJ()

         Inspects an array or object

    Syntax:

         InspectOBJ( cVarName, xVar ) -> Nil

         cVarName : The name of memory variable
         xVar     : The var to inspect

    Description:

         This function inspects an array or object and allows to change it.

    Return:

         Nothing.

    Example:

         aArray := { "Hello", 12, { "First", "Second" }, { || Nil } }
         InspectOBJ( "aArray", aArray )

See Also: InspectDBF() InspectSETS()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson