FORMULA LANGUAGE


Ejemplos: @While
Este agente muestra consecutivamente, uno cada vez, los elementos de un campo del tipo Categories.

n := 1;
@While(n <= @Elements(Categories);
@Prompt([OK]; "Categoría " + @Text(n); Categories[n]);
n := n + 1)

Véase también