Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- SuperLib 3.50 - function delarray() http://www.X-Hacker.org [<<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


Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson