123456789101112131415161718192021222324252627282930313233 |
- .. _func_network_hostip:
- ======
- HostIp
- ======
- HostIp -
- Description
- ===========
- .. code-block:: blitzmax
- HostIp( HostName$,index=0 )
- Convert a host name to an ip address
- Parameters
- ==========
- Return Values
- =============
- Host ip address, or 0 if host not found
- Examples
- ========
- See Also
- ========
|