Search found 2 matches
- Wed Feb 11, 2015 8:26 am
- Forum: Programming
- Topic: Table labelling
- Replies: 3
- Views: 2519
Re: Table labelling
thanks, that works already beautifully! however, is it possible to combine the header or any labelling of the columns with this code !coeff = 14 'number of variables (c, the constant counts as a variable) !row = !cts 'number of countries => number of rows !col = !coeff*2 + 4 ' no of coeff + no of t ...
- Wed Feb 11, 2015 7:35 am
- Forum: Programming
- Topic: Table labelling
- Replies: 3
- Views: 2519
Table labelling
Hi, Does anybody knows a code/program to name columns of a table. I have a program which gives me a table, but the columns aren’t labelled. Therefore I would just need a code to name columns of a table. !coeff = 14 'number of variables (c, the constant counts as a variable) !row = !cts 'number of co...
