Page 1 of 1

displayname and using '

Posted: Tue Jul 10, 2018 10:54 am
by BCNAV
This is probably something easy.

I need to use:

ifr_cyyt.displayname St. John's (CYYT)

How can I have the ' appear in the name without EViews thinking a comment is coming?

Re: displayname and using '

Posted: Tue Jul 10, 2018 10:57 am
by EViews Gareth

Code: Select all

%name = "St. John's (CYYT)" ifr_cyyt.displayname {%name}

Re: displayname and using '

Posted: Tue Jul 10, 2018 11:02 am
by BCNAV
awesome! thanks