Looping with foreach in TCLAdminFeb 14, 20241 min readRated NaN out of 5 stars.When you have unsorted list, foreach can be handfulset randomlist {orange blue 4 6 Türkiye 8 France cat dog}foreach i $randomlist {puts "i = $i"} i = orangei = bluei = 4i = 6i = Türkiyei = 8i = Francei = cati = dog
When you have unsorted list, foreach can be handfulset randomlist {orange blue 4 6 Türkiye 8 France cat dog}foreach i $randomlist {puts "i = $i"} i = orangei = bluei = 4i = 6i = Türkiyei = 8i = Francei = cati = dog
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...
Comentarios