Cool - thanks for this Razzak! David
David Blocker [EMAIL PROTECTED] 781-784-1919 Fax: 781-784-1860 Cell: 339-206-0261 ----- Original Message ----- From: "A. Razzak Memon" <[EMAIL PROTECTED]> To: "RBG7-L Mailing List" <[email protected]> Sent: Thursday, August 04, 2005 11:15 PM 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. > > >
