Hey all,

if one adds a model specification to modeltab which includes a variable with many characters, no estimation results are shown for this variable in the modeltab-table.
Please see this hansl example for which no results are shown for the variable "thisisaverylongname":

<hansl>
open sw_ch12
series thisisaverylongname = GDP_JP

ols LHUR PUNEW thisisaverylongname
modeltab add
modeltab show
<\hansl>

Best,
Artur