Page 1 of 1

Single string counted as two

Posted: Mon Feb 15, 2021 10:49 am
by CrisisStudent
Following string is counted as two strings:

Code: Select all

log(er)[R]
While for example

Code: Select all

log[R]
is one string.

Re: Single string counted as two

Posted: Mon Feb 15, 2021 11:52 am
by EViews Gareth
Not sure why this is a bug?

Re: Single string counted as two

Posted: Mon Apr 05, 2021 1:01 am
by CrisisStudent
Ooops, forgot about this post of mine.

Since there is no space in the string I would consider it to be a single word (sorry, I meant to say two words earlier).

Re: Single string counted as two

Posted: Mon Apr 05, 2021 7:10 am
by EViews Gareth
Parenthesis can act as word breaks too

Re: Single string counted as two

Posted: Mon Apr 05, 2021 7:55 am
by CrisisStudent
Thanks, makes sense!