<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > TcpUdp (Networking) > HOSTNAME_TOIP |
Description
Translate a host name into a corresponding IP address.
Syntax
n = HOSTNAME_TOIP(sHost)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
sHost |
String |
No |
The domain name |
Remarks
Restrictions
See also
Examples