%SS_INET_NTOP

Convert IPv4 address from numeric to text

WSupported on Windows
USupported on Unix
VSupported on OpenVMS
NSupported in Synergy .NET
status = %SS_INET_NTOP(in_addr, charstring)

Return value

status

Returns SS_SUCCESS (0). (n)

Arguments

in_addr

An IPv4 address in numeric form. (i4)

charstring

Returned with IP address in text form. (a)

Discussion

%SS_INET_NTOA converts a numeric IPv4 address into a string containing the IP address.