Word for Windows Macro Language is Interpretive

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
KBSubcategory: Additional query words: 1.0 1.1 1.1a 2.0 1.x word6 winword 2.0 6.0 6.0a 6.0c winword2
Version           : 1.x 2.x 6.0 6.0a 6.0c
Platform          : WINDOWS

Last Reviewed: July 30, 1997