HostName() Bug
Posted: Sun Sep 07, 2003 4:56 pm
				
				HostName() in the Network library appears not to work in PB 3.72 as is shown by the following code:
			Code: Select all
OpenConsole()
n$=Hostname()
PrintN(Str(Len(n$)))
PrintN(n$)
Delay(5000)
CloseConsole()
