The information in this article applies to:
SUMMARYExponential calculations do not have a supported mathematical operator in WordBasic. The following table indicates the mathematical operators that are supported using Microsoft WordBasic:
Examples:
MORE INFORMATIONTo perform a mathematical calculation that involves exponents, you must use the UtilCalculate() function. This functions returns a value to a numeric variable. For example, in version 1.x of Word for Windows, to find out what 2 to the eighth power (2^8) is, you need the following WordBasic statement: x = UtilCalculate("2^8")In version 2.0 of Word for Windows, you need the following WordBasic statement: x=ToolsCalculate("2^8")For more information on calculations with exponents, query on: Exponent and REFERENCES
"Microsoft Word for Windows and OS/2 Technical Reference," page 28
Additional query words: winword2 6.0 1.x 2.0 word6 winword
Keywords : |
Last Reviewed: December 23, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |