Hello All
I'm started using AI 2 very recently and therefore I'm still struggling to implement very simple stuff. Actually I'd like to ask the user to type a number (a number of installments, for example) and use this number to ask a variable number of data (the value and date of these installments, in the same example). Is there someone who can help me?
Array Installment
Input Num_Inst?
For i = 1 to Num_Inst
Input Installment[i]
Next