Microsoft KB Archive/47521

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 16:56, 18 July 2020 by 3155ffGd (talk | contribs) (importing KB archive)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Word for Windows Macro Language is Interpretive

Q47521



The information in this article applies to:


  • Microsoft Word for Windows, versions 1.0, 1.1, 1.1a, 2.0, 2.0a, 2.0a-CD, 2.0b, 2.0c, 6.0, 6.0a, 6.0c





SUMMARY

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.

Additional query words: 1.0 1.1 2.0 1.x word6 winword 6.0 winword2

Keywords :
Issue type :
Technology :


Last Reviewed: November 4, 2000
© 2001 Microsoft Corporation. All rights reserved. Terms of Use.