Razzak,
thanks :)
Armin

----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]>
To: "RBG7-L Mailing List" <[email protected]>
Sent: Friday, August 05, 2005 5:15 AM
Subject: [RBG7-L] - Tip of the Day: Finding PORTS on Your Workstation



Thursday, August 4, 2004

Tip of the Day: Finding PORTS on Your Workstation


Did you know that you can find the available ports on your computer?

You can find all available ports using the *new* (CVAL('PORTS'))
function.

Here's how:

01. Start RBG75 (update 14) or V-8 "Turbo" (update 11)

02. At the R> prompt:

    SET VAR vAvailablePorts TEXT = NULL
    SET VAR vAvailablePorts = (CVAL('PORTS'))
    SHOW VAR vAvailablePorts

    The variable vAvailablePorts will return a text string with
    a list of all ports that are available on that workstation.
    Each item in the list will be separated by a comma (or the
    database character settings for comma).

Enjoy and make sure to have fun!

Very Best R:egards,

Razzak.



Reply via email to