| 190-711 Exam |
| 190-711 - Exam Information |
| Question of the day |
The Sales form includes the SpecialOptions multivalue field. If SpecialOptions = "" on a selected document, what will be the result of clicking a view action containing the following formula: n := 1; @DoWhile( @Prompt([OK]; "Option " + @Text(n); SpecialOptions[n]); n := n + 1; n <= @Elements(SpecialOptions) )
Answer(s)
A message box will display, but it will not contain any text.