Problem with Group Objects
Posted: Thu Dec 02, 2010 8:18 am
Group objects automatically upper case all names when the group is updated. This is usually fine as native variable names are not case sensitive. However if any variables include a string comparison then the comparison text is also made all upper case leading to a the comparison always being false.
Example,
city="Miami" -- Sometimes true,
by updating the group is converted to
CITY="MIAMI" -- Never true.
The variable city=CITY,
but the text "Miami" ne "MIAMI".
Eviews 7.1 build Nov 11, 2010
Example,
city="Miami" -- Sometimes true,
by updating the group is converted to
CITY="MIAMI" -- Never true.
The variable city=CITY,
but the text "Miami" ne "MIAMI".
Eviews 7.1 build Nov 11, 2010