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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Syntax for ArrayDeleteAtfunction

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
I need to delete an entire row of a 2 dimensional arrayand cannot seem to get the syntax right.

Assume row = "x" and there are 4 y coordinates, i.e.,
ArrayDeleteAt(Arrayname, [x][1])
ArrayDeleteAt(Arrayname, [x][2])
ArrayDeleteAt(Arrayname, [x][3])
ArrayDeleteAt(Arrayname, [x][4])

Can someone help?
Thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top