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!

How to delete a row from a table in tcl.tk

Status
Not open for further replies.

newtcl

Programmer
Mar 10, 2003
2
US
Hi,
I am trying to delete rows from a table. I know I need to get the index of the selected rows. Can anybody help me with this question ? Thanks.
The syntas I am using is ---
%W delete rows rowindex count
 
I use:

.t delete rows [.t index active row] 1
Bob Rashkin
rrashkin@csc.com
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top