<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > INet > INET_IpToNumber |
Description
Returns a 32 bit LONG number representing the IP address indicated in strIP parameter.
Syntax
nIp = INET_IpToNumber(strIP)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
strIP |
String |
No |
IP address represented in the form "xxx.yyy.zzz.www" |
Remarks
Restrictions
See also
Examples