IpAsinteger()

Returns the IP address as an integer

Usage

NUMERIC = IpAsinteger( ip )
Argument Summary
ip ip - the IP address

Calling

Supports named-parameter calling allowing you to use the function like:

IpAsinteger(
   ip=?
);

Supports passing parameters as a structure using ArgumentCollection:

IpAsinteger( ArgumentCollection={
   ip : ?
} );