%SS_INET_NTOA

Convert IPv4 address from numeric to text

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

Return value

status

Returns SS_SUCCESS (0). (n)

Arguments

in_addr

An IPv4 address in numeric form. (i4)

charstring

Returned with the IP address in text form. (a)

Discussion

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

Note

We recommend you use the newer %SS_INET_NTOP instead of %SS_INET_NTOA.