Share

acedPrompt

C++

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.

The acedPrompt() function returns RTNORM if successful; otherwise, it returns an error code.

Parameters

Parameters Description
str String to display

Was this information helpful?