getstring
(getstring [ CrLf ] [ prompt ]
)
This function pauses for user input to specify
a string, optionally containing spaces.
|
Arguments |
CrLf (optional) if specified and non-NIL, the input must
be finished by return/enter key, therefore allows spaces in the
string |
|
Return |
string, or NIL |
|
Example |
(getstring "\n* Enter a key :
") does not allow spaces |
|
Remarks |
see (initget) function |
| © Bricsys NV. All rights reserved. |