The information in this article applies to:
SUMMARYTo calculate the square root of a number in a Microsoft WordBasic macro, use the ToolsCalculate statement. For example, to find out the square root of 9, use the following WordBasic instruction:
The result, in this case the number 3, is assigned to the x variable. The
following macro example posts the number 8 on the Word status bar (the
square root of 64 is 8).
The ^ character is a mathematical operator used for powers and roots.
REFERENCES"Microsoft Word Developer's Kit," version 6.0, pages 746-747 Additional query words: ToolsCalculate powers mathematical operator exponent
Keywords : wordnt kbmacroexample winword ntword macword word6 word7 word95 |
Last Reviewed: December 29, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |