Prompt.getValue

Retrieves this prompt's answer

struct Prompt
bool
getValue
(
ref string answer
)

Parameters

answer string

the first answer is placed here (if any)

Return Value

Type: bool

true if there is at least one answer, false otherwise

Meta