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