FIX: Storing Array Elements Causes GP FaultID: Q140516 3.00 WINDOWS kbprg kbfixlist kbbuglist The information in this article applies to:
SYMPTOMSRunning the CLEAR ALL command in the Command window results in an error such as:
CAUSEIt is likely that you have used the STORE command to assign values to an array.
WORKAROUNDInstead of using the STORE command to assign values to your array, use the assignment operator (=).
STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Visual FoxPro version 3.0b for Windows.
MORE INFORMATION
Steps to Reproduce Problem1. Run the following code:
2. In the Command window, enter the following line of code:
3. In the Command window, enter the following line of code:
To work around the problem, change the STORE lines into comments and change
the lines that use the assignment operator into executed lines to see the
workaround.
Additional reference words: 3.00 VFoxWin buglist3.00 fixlist3.00b KBCategory: kbprg kbfixlist kbbuglist KBSubcategory: FxprgGeneral
|
Last Reviewed: October 31, 1997 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |