Displays the specified prompt and default value in the command window and gets the user's input.
.NET Syntax
Visual Basic (Declaration) | |
---|
Function PromptForString( _
bool IgnoreSpaces As System.Boolean, _
const dsString& Prompt As System.String, _
const dsString& DefaultString As System.String, _
dsString* ResultString As System.String _
) As System.Boolean |
Parameters
- IgnoreSpaces
- True to ignore spaces, false to not
- Prompt
- Prompt message
- DefaultString
- Default value
- ResultString[out]
User input value
- Result[out] or Return Value
- True if the prompt appears in the command window, false if not
Example
See Also
Availability
DraftSight V1R1.4