| Allegro CL version 6.2 Unrevised from 6.1 |
Arguments: addr &key values
Convert a 32-bit unsigned IP address, ipaddr,
to a string in dotted form. The value is always converted to the
format "a.b.c.d"
, even if it is a
class A or B address. If values is
true, then return a, b,
c and d as multiple values instead of a single
string.
See socket.htm for general information on sockets in Allegro CL.
Copyright (c) 1998-2002, Franz Inc. Oakland, CA., USA. All rights reserved.
Documentation for Allegro CL version 6.2. This page was not revised from the 6.1 page.
Created 2002.2.26.
| Allegro CL version 6.2 Unrevised from 6.1 |