! Just curious, is it possible to have any algorithm to iterate on V1 to V10?
! In a way like ...
do i=1,10
V_current=MyList%V[i]
end do
TYPE::MyList
integer::V1,V2,V3,V4,V5,V6,V7,V8,V9,V10
END TYPE MyList
! Just curious, is it possible to have any algorithm to iterate on V1 to V10?
! In a way like ...
do i=1,10
V_current=MyList%V[i]
end do
TYPE::MyList
integer::V1,V2,V3,V4,V5,V6,V7,V8,V9,V10
END TYPE MyList