SET DATE Code D Documented Incorrectly

ID: Q88236

The information in this article applies to:

SUMMARY

In all versions of the FoxPro "Commands & Functions" manual, the documentation for the @...SAY and @GET functions refers to an example for Function Code D that uses SET DATE. This statement is incorrect. The documentation does not include such an example.

MORE INFORMATION

The code fragment below demonstrates how to use @...SAY and @GET Function Code D:

   @ 2,10 GET idate ;
   SIZE 1,8 ;
   DEFAULT {  /  /  } ;
   PICTURE "@D"

Additional reference words: FoxDos 2.00 docerr KBCategory: kbprg kbdocerr KBSubcategory:

Last Reviewed: April 17, 1995