2
0

func_network_hostip.rst 314 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_network_hostip:
  2. ======
  3. HostIp
  4. ======
  5. HostIp -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. HostIp( HostName$,index=0 )
  10. Convert a host name to an ip address
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Host ip address, or 0 if host not found
  16. Examples
  17. ========
  18. See Also
  19. ========