Prompt.getValues

Retrieves this prompt's multiple anwers

struct Prompt
bool
getValues
(
ref string[] answers
)

Parameters

answers string[]

the answers (if any)

Return Value

Type: bool

true if there are answers, false otherwise

Meta