Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Foxlib v1.0 - <b>parallel</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
PARALLEL

Syntax:                 PARALLEL

Use:                    To determine if a parallel port exists.

Parameters:             PARALLEL

Returns:                The first character in the sending parameter will
                        have a "Y" if a parallel port exists, and a "N" if
                        a parallel port does not exist.  If you did not
                        pass the parameter correctly (e.g. FOXLIB =
                        "ZARALLEL"), your sending parameter will be
                        unchanged.

Example:                . load c:\FOXLIB\parallel
                        . FOXLIB = "PARALLEL"
                        . call parallel with FOXLIB
                        . ?substr(FOXLIB,1,1) = "Y"
                        .T.
                        . rele modu parallel

                        From this example, a parallel port does exist.

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson