View Single Post
  #2  
Old 08-02-2006, 09:46 AM
farshizzo farshizzo is offline
WorldViz Team Member
 
Join Date: Mar 2003
Posts: 2,849
In Vizard 3.0 you can use the following to get the IP address of the computer:
Code:
print viz.getComputerIP()
In Vizard 2.5 the following code will work:
Code:
viz.getcomputername()
print viz.IP_ADDRESS
Reply With Quote