[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
    DPMIVersion()

         Returns the DPMI host version

    Syntax:

         DPMIVersion() -> cVersion

    Description:

         Returns DPMI host version or an empty string if a DPMI host is not
         running.

    Return:

         A character value with the DPMI host version or an empty string if
         a DPMI host is not running.

    Example:

         If IsDPMI()
           Warning( "DPMI host Version: " + DPMIVersion() )
         EndIf

See Also: IsDPMI()
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson