[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  ARRAYS/Externals  AADD() and ASIZE() .. Incompatible with C/ASM.         ~

  Clipper Version  1.03 dtd 09/15/90.

  Problem Statement

  If an array is declared using the form:

      LOCAL aArray := {}

  and AADD() or ASIZE() are used to size the array, the array is not
  compatible with externals such as C and ASM.

  Cause

  Unknown

  Work Around(s)

  If the array is declared and sized using the form:

         LOCAL aArray[20]

  it can be used with C and ASM.

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