Documentation Error on Page 198 of "Using WordBasic"
PSS ID Number: Q110810
Article last modified on 02-03-1994

2.00 2.00a 2.00a-CD 2.00b 2.00c

WINDOWS


--------------------------------------------------------------------
The information in this article applies to:

 - Microsoft Word for Windows, versions 2.0, 2.0a, 2.0a-CD, 2.0b,
   2.0c
 - Microsoft Windows operating system version 3.1
--------------------------------------------------------------------

SUMMARY
=======

Line 32 on page 198 of "Using WordBasic" contains the following
documentation error:

   FoundFileName(dlg.SelectFile). Using this argument permits...

This line should read as follows:

   FoundFileName$(dlg.SelectFile). Using this argument permits...

NOTE: There should be a ($) after FoundFileName.

MORE INFORMATION
================

If you type the syntax as shown in the book, you receive the following
error message;

   WordBasic error 124: Undefined SUB or FUNCTION

The following is an example of a macro that would use this command:

   Dim dlg As FileFind
      GetCurValues dlg
      Dialog dlg
      Print FoundFileName$(dlg.SelectFile)

Additional reference words: 2.00 2.00a 2.00a-CD 2.00b 2.00c docerr

=============================================================================

Copyright Microsoft Corporation 1994.
