PRB: dBASE Program Causes "Invalid Subscript Reference" ErrorID: Q114633 The information in this article applies to:
SYMPTOMSA program created in dBASE generates the following error message when run in FoxPro:
CAUSEThe program contains an array and a function with identical names. Since FoxPro does not distinguish between parentheses "()" and brackets "[]", it cannot differentiate between a reference to a function and a reference to an array.
WORKAROUNDChange the name of one array or function.
STATUSThis behavior is by design.
MORE INFORMATION
Steps to Reproduce ProblemRun the following program, which works correctly in dBASE IV, but produces the error message in FoxPro:
dBASE IV is manufactured by a vendor independent of Microsoft; we make no
warranty, implied or otherwise, regarding this product's performance or
reliability.
Additional reference words: FoxDos FoxWin 2.50 2.50a 2.50b 2.60 errmsg err msg square code application KBCategory: kb3rdparty kberrmsg kbprb KBSubcategory: FxinteropDbase |
|
Last Reviewed: June 28, 1995 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |