Set Variable [ $planList; List ( Yillik_Calisma_Plani::Ocak ) ]
Set Variable [ $planCount; ValueCount ( $planList ) ]
Set Variable [ $pos; 1 ]
Loop
Exit Loop if [ $pos > $planCount ]
Set Field [ RepeatingField [$pos]; GetValue ( $planList; $pos ) ]
Set Variable [ $pos; $pos + 1 ]
End Loop