PromptMessage.Display Method
Parent Object: PromptMessageDescription
Method that displays this prompt message. This is applicable for custom prompt messages.
Syntax
PromptMessage.Display( [PromptStrings] As Variant ) As LongParameters
Name | Type | Description |
PromptStrings | Variant | Optional input the String array that specifies the String values for placeholders specified in the PromptText. The placeholders in PromptText will be replaced by this String array sequentially. This is an optional argument whose default value is null. |