While loop for TCLAdminFeb 14, 20241 min readRated NaN out of 5 stars.Until i becomes 11 the loop continue to puts $iset i 1while {$i < 11} { puts "i = $i" incr i}Outputi = 1i = 2i = 3i = 4i = 5i = 6i = 7i = 8i = 9i = 10
Until i becomes 11 the loop continue to puts $iset i 1while {$i < 11} { puts "i = $i" incr i}Outputi = 1i = 2i = 3i = 4i = 5i = 6i = 7i = 8i = 9i = 10
Comparison CROD, CBAR and CBEAMCROD, CBAR and CBEAM are one of the most popular 1d elements in Nastran. Reflecting real behaviour of structural is crucial for FEM. So,...
Reading a csv file by using tcl Reading a csv file procedure is similar to the other programming languages. # Open the CSV file in read mode set filePath...
Comments