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 bkrike 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: scilab
  • Content: Threads
  • Order by date
  1. scilab

    how can i write variables with a loop in the file

    hi guys, i'm making a graphic for my Scilabprogramm with TCl/Tk.And i am new in Tcl/TK. i want to write variables that from my graphic into a File.My codes are: proc savefile {}{ global name global jointnr for { set i 1} { $i <= $jointnr } { incr i +1 } { global theta$i...

Part and Inventory Search

Back
Top