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

  Short:
  ------
  DELARRAY() Deletes all elements of an array

  Returns:
  --------
  Nothing

  Syntax:
  -------
  DELARRAY(aTarget)

  Description:
  ------------
  Deletes all elements of an array <aTarget>. Basically
  un-initializes the array.

  Examples:
  ---------
     // Same as

   afill(aTarget,nil)

   (In 5.01 you can do afill(aTarget,NIL) instead, but
  this is here for compatibility.)

  Source:
  -------
  S_DELAR.PRG


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson