IntelliCAD 11.1 Object Library
GetString Method
See Also 
HasSpaces

Boolean value:

TRUE = The string can contain spaces.

FALSE = The string cannot contain spaces.

Prompt
Text that displays to the user requesting input.
Utility Object : GetString Method

Description

Returns a string input by the user.

Syntax

Visual Basic
Public Function GetString( _
   ByVal HasSpaces As Boolean, _
   Optional ByVal Prompt As String = "" _
) As String

Parameters

HasSpaces

Boolean value:

TRUE = The string can contain spaces.

FALSE = The string cannot contain spaces.

Prompt
Text that displays to the user requesting input.

See Also

© 2022 IntelliCAD Technology Consortium. All Rights Reserved.