IPAddressField()
Syntax
Result = IPAddressField(IPAddress, Field)Description
Returns the given field value of the specified IP address.
'IPAddress' can be a value created with MakeIPAddress(). Field can be a value between 0 and 3 (0 being the leftmost value, 3 being the rightmost).
For example 127.0.0.1: field 0 will be '127', and field 3 will be '1'.
This function is especially useful with:
- IPAddressGadget()
- MakeIPAddress()
Supported OS
All