i want to create a loop withing my mxml code to create a variable number of input fields based on an integer value , this value is the result of a call which gets the number of columns in a database table.
i have tried to use the repeater component however it needs an array, and my call is an int.
Is there something in flex mxml whcih can take an int and then loop as necessary?