Microsoft Advisor (advisor.hlp) (Table of Contents; Topic list)
Important Notice
The pages on this site contain documentation for very old MS-DOS software, purely for historical purposes. If you're looking for up-to-date documentation, particularly for programming, you should not rely on the information found here, as it will be woefully out of date.
Example Programs
                                             Up Contents Index Back
─────Microsoft Advisor──────────────────────────────────────────────────────
 
     Example programs exist for many keywords, functions, and other
     topics. To examine an example program, select the "Example" link
     at the top of the Help screen (see below).
 
     You can copy the example program from Help and paste it into your
     program, then modify the example.
 
     ┌───────────────────── Help: PRINTF ───────────────────────┐
     │ Example                                                │
     ├──────────────────────────────────────────────────────────┤
     │                                                          │
     │   Syntax: int printf( char * format[, argument]...);     │
     │                                                          │
                                    -♦-