PRB: EVALUATE() and Exponentiation Cause Error MessageLast reviewed: August 28, 1995Article ID: Q121211 |
The information in this article applies to:
SYMPTOMSWhen placed in a stand-alone executable (.EXE) file, the EVALUATE() function in combination with the exponentiation symbol (^) causes a "Feature Not Available" error message.
CAUSEThe problem seems to lie in the Distribution Kit compiler. The library file code bundled within the stand-alone executable file does not contain the proper code to execute the EVALUATE() function in conjunction with the exponentiation.
RESOLUTIONThere are four ways to work around this problem:
MORE INFORMATIONTo duplicate the problem, create a program file with the following code:
x=5 a="(x-2)^4" =EVALUATE(a) WAIT WINDOWWhen the application runs as a stand-alone executable file, the "Feature Not Available" error message appears. However, an application (.APP) file executes correctly. Furthermore, a compact executable file also functions properly.
|
Additional reference words: FoxDos DK 2.60 standalone
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |