Page 1 of 1

Displaying elements of a form variable which is an array

PostPosted: Sun Jan 06, 2013 11:58 pm
by huber
Hi

I would like to display on a form each element of a forms variable (and array) separatly, like for example with displayTag like %%array[0]%%, %%array[1]%% and so on, but can's find a working solution. It doesn't need to be displayed as tag, any way would be possible.

Best regards, Robert

Re: Displaying elements of a form variable which is an array

PostPosted: Wed Jan 09, 2013 1:19 pm
by ROCLASI
Hi Robert,

You could use a method that loops through the array and populates the label's like on an onShow or other event.
You could even use your own tags and substitutes those in your code.

Hope this helps.