Search found 2 matches

by Valentin
Mon Apr 20, 2009 9:18 am
Forum: Programming
Topic: Inserting labels into a group of tables with a for loop
Replies: 2
Views: 3712

Inserting labels into a group of tables with a for loop

Hi I am inserting different labels into a group of tables with a for loop. The idea is the following (that it does not work): table results table(!nrows,!ncols) results %name1="Matrix 1" %name2="Matrix 2" %name3="Matrix 3" For !k=1 to 3 setcell(results, 1+!step, 1, %nam...

Go to advanced search