Share

acedGetKword

Description

Functions

Function Description
acedGetKword Deprecated. Gets user input for a keyword.The AutoCAD user can enter the keyword from the keyboard. The list of keywords that acedGetKword() accepts is set by a prior call to acedInitGet(). If the user enters a string not specified in the call to acedInitGet(), AutoCAD displays an error message and tries again (and redisplays prompt, if one was specified). If the user types only [Return], acedGetKword() returns an empty string ("") unless the call to acedInitGet() also disallowed null input.The user cannot respond to acedGetKword() by entering an AutoLISP expression.The acedGetKword() function... more
acedGetKword Gets user input for a keyword.The AutoCAD user can enter the keyword from the keyboard. The list of keywords that acedGetKword() accepts is set by a prior call to acedInitGet(). If the user enters a string not specified in the call to acedInitGet(), AutoCAD displays an error message and tries again (and redisplays prompt, if one was specified). If the user types only [Return], acedGetKword() returns an empty string ("") unless the call to acedInitGet() also disallowed null input.The user cannot respond to acedGetKword() by entering an AutoLISP expression.The acedGetKword() function does... more
acedGetKword Deprecated. Gets user input for a keyword.The AutoCAD user can enter the keyword from the keyboard. The list of keywords that acedGetKword() accepts is set by a prior call to acedInitGet(). If the user enters a string not specified in the call to acedInitGet(), AutoCAD displays an error message and tries again (and redisplays prompt, if one was specified). If the user types only [Return], acedGetKword() returns an empty string ("") unless the call to acedInitGet() also disallowed null input.The user cannot respond to acedGetKword() by entering an AutoLISP expression.The acedGetKword() function... more

Was this information helpful?