Get Computer Name

  • Thread starter Thread starter David Kennedy
  • Start date Start date
Hi David,

The Environ command returns a great number of local type variables including
the computer name.

MyComputer = Environ("Computername")

Cheers,
RJ
 
Back
Top