BBjAPI::prompt

In BBj 25.03 and higher, this method returns a BBjPrompt object, equivalent to the PROMPT() Function - Prompt For String Value.

Syntax

Return Value Method
BBjPrompt prompt()
BBjPrompt prompt(String message)

Parameters

Variable Description
message Message text.

Return Value

Returns a BBjPrompt object, equivalent to the PROMPT() Function - Prompt For String Value.

Example

print bbjapi().prompt("This is a BBjPrompt").show()

See Also

BBjAPI

BBjPrompt

PROMPT() Function - Prompt For String Value

See the BBj Object Diagram for an illustration of the relationship between BBj Objects.