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

Search results for query: *

  • Users: 87106
  • Content: Threads
  • Order by date
  1. 87106

    Array problem again

    I have a simple code like this. I'm new to tcl/tk world. This works: change v array_1[0] 10 But this doesn’t work: set x 1 change v array_1[$x] 10 Note : array_10[20] is an array C langauge array. Basically I want to change the value of an array. Why it works when i pass absolute value as an...

Part and Inventory Search

Back
Top