PRB: "<arrayname> is not an array" Error When Creating ArrayLast reviewed: April 30, 1996Article ID: Q130665 |
The information in this article applies to:
SYMPTOMSCommands and functions that create arrays fail if the array name is identical to a variable name. This error message is displayed:
'<arrayname>' is not an array. WORKAROUNDUse either of the following workarounds:
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce BehaviorCreate a new program containing the following code, and run it.
CLEAR ALL LOCAL myvar ? adir(myvar,'*.*') |
Additional reference words: 3.00 VFoxWin
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |