Function |
Description |
---|
acedGetString |
Deprecated. Gets user input for a string.The AutoCAD user can enter the string from the keyboard. If the user enters more than 133 characters, string entry continues until the user enters a blank or [Return] (according to cronly), but acedGetString() places only the first 133 characters into result.acedGetString() uses the value of the TEXTEVAL system variable to determine whether or not to evaluate AutoLISP expressions in the user's input. If TEXTEVAL is 1, input starting with an opening parenthesis ('(') or an exclamation mark ('!') is evaluated as an AutoLISP expression; while if TEXTEVAL is 0, all... more |
acedGetString |
Gets user input for a string.The AutoCAD user can enter the string from the keyboard. If the user enters more than 133 characters, string entry continues until the user enters a blank or [Return] (according to cronly), but acedGetString() places only the first 133 characters into result.acedGetString() uses the value of the TEXTEVAL system variable to determine whether or not to evaluate AutoLISP expressions in the user's input. If TEXTEVAL is 1, input starting with an opening parenthesis ('(') or an exclamation mark ('!') is evaluated as an AutoLISP expression; while if TEXTEVAL is 0, all text... more |
acedGetString |
Deprecated. Gets user input for a string.The AutoCAD user can enter the string from the keyboard. If the user enters more than 133 characters, string entry continues until the user enters a blank or [Return] (according to cronly), but acedGetString() places only the first 133 characters into result.acedGetString() uses the value of the TEXTEVAL system variable to determine whether or not to evaluate AutoLISP expressions in the user's input. If TEXTEVAL is 1, input starting with an opening parenthesis ('(') or an exclamation mark ('!') is evaluated as an AutoLISP expression; while if TEXTEVAL is 0, all... more |