func_network_hostips.rst 323 B

123456789101112131415161718192021222324252627282930313233
  1. .. _func_network_hostips:
  2. =======
  3. HostIps
  4. =======
  5. HostIps -
  6. Description
  7. ===========
  8. .. code-block:: blitzmax
  9. HostIps:Int[]( HostName$ )
  10. Get all ip addresses for a host name
  11. Parameters
  12. ==========
  13. Return Values
  14. =============
  15. Array of host ips, or Null if host not found
  16. Examples
  17. ========
  18. See Also
  19. ========