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






Examples: @While

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

n := 1;

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




Library | Support | Terms of use |

Last updated: Monday, October 5, 2009