I am searching for a mechanism to control precesion of numeric values when I execute
Code: Select all
table.save temp.csv Any help will be appreciated
Moderators: EViews Gareth, EViews Moderator, EViews Jason, EViews Matt
Code: Select all
table.save temp.csv Code: Select all
mytable.save(f) myfile 'save mytable to a csv file named myfile.csv with full precision Code: Select all
mytable.setformat(@all) g.5 ' change formatting in all the cells in table to use 5 significant digitsUsers browsing this forum: No registered users and 2 guests