Word for Windows Macro Language is InterpretiveLast reviewed: July 30, 1997Article ID: Q47521 |
The information in this article applies to:
Word for Windows Embedded Basic (EB) language is an interpreted language. Rather than compiling (translating all the statements prior to executing the statements), the Word for Windows interpreter translates each statement and executes the statement as it is encountered in the macro. However, before you run a macro, Word for Windows tokenizes the current macro. During tokenizing, any syntax errors (such as a FOR loop without a NEXT statement or a WHILE statement without a closing WEND) generate warnings from Word for Windows, giving the false appearance that the code is being compiled.
|
KBCategory: kbusage kbmacro
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |