C++
ACCORE_PORT int acedPrompt( const ACHAR * str );
File
acedads.h
Description
Displays the specified string on the command line of the AutoCAD graphics screen. If the length of the string is greater than the prompt line length (typically no more than 80 characters), the characters may wrap around and be visible on the text screen. On some platforms, however, they will be truncated.
Parameters
Parameters | Description |
---|---|
str | String to display |
Returns
Returns RTNORM if successful; otherwise, it returns an error code.
Previous Declaration
AutoCAD 2025 and Earlier
int acedPrompt(const ACHAR *str);