Posts: 1,006
Threads: 330
Joined: Mar 2007
Hi,
Is there a simple way to determine the name of a computer on the network and put it into a string?
Thanks!!
Stuart
Posts: 12,073
Threads: 140
Joined: Dec 2002
To get current computer name, use function GetUserComputer. I also have code to get names of all network computers.
Posts: 44
Threads: 12
Joined: Apr 2006
could you show an example.
this will show the current user.
str currentuser
GetUserComputer(currentuser)
out currentuser
How do I show the current computer "name" instead of the user
thanks, nate
Posts: 1,769
Threads: 410
Joined: Feb 2003
if you put "GetUserComputer" and then hit F1 it will give you the help text of the function.
let me know if you can't get the help text to show up.