R RD_Man Member Aug 25, 2008 #1 Hello all, Is there a way in OpenEdge to get an environment variable to a progress variable? Example: Windows XP Pro. I want to get the system variable "COMPUTERNAME" to a character string I can manipulate. Thanks, Mike
Hello all, Is there a way in OpenEdge to get an environment variable to a progress variable? Example: Windows XP Pro. I want to get the system variable "COMPUTERNAME" to a character string I can manipulate. Thanks, Mike
R RD_Man Member Aug 25, 2008 #3 Thanks Tom, Works great! MESSAGE OS-GETENV('ComputerName') VIEW-AS ALERT-BOX.