Lotus Software logo
IBM Lotus Domino Designer 8.5
  Versions 8.5 and 8.5.1






Examples: @DoWhile

This agent displays the elements of the Categories field one at a time.

@If(@Elements(Categories) = 0; @Return(0); "");

n := 1;
@DoWhile(
@Prompt([OK]; "Category " + @Text(n); Categories[n]);
n := n + 1;
n <= @Elements(Categories)
)
Related topics
@DoWhile




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009