FIX: Storing Array Elements Causes GP FaultLast reviewed: October 29, 1997Article ID: 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:
Use of Unallocated Handle -or- This program has performed an illegal operation and will be shut down. 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 Problem
|
Additional reference words: 3.00 VFoxWin buglist3.00 fixlist3.00b
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |