Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Delete Row

Status
Not open for further replies.

ahad29

Technical User
Joined
Jul 24, 2005
Messages
2
Location
US
Is there a command to delete a row or column of an array in fortran? If not then what is the work-around for this. Thanks

ahad
 
There are no vector type operations in fortran. If you wish do delete a row, then just write a do loop to move all the items up
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top