Hi,
I trying another approach to my problem based on the return on the last issue.
I need to set a variable in the script that store the number of items on a specific value list.
The size of the list can change by the user.
Suppose I have a list named "Operadora" that contais.....
Operadora: "Bin", "Rede", "Cielo", "Vero"
I need the script to read the size and to set a variable, in this example, $Cont=4
Thanks and best regards,
André
try .... ValueCount ( ValueListItems ( "" ; "your value list name" ) )