| Allegro CL version 6.2 Unrevised from 6.1 |
Arguments: dotted &key errorp
If dotted is a string like
"192.132.95.84" (or one of the extensions to this format),
this function converts the string to an unsigned 32-bit IP address. If
there are any invalid characters in the string then an error will be
signaled unless the value of errorp keyword is
nil
, in which case nil
is returned.
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 |