It would be useful to add asterisk feature to word search function
@wfind("I didx it", "did*") should return 2
@wfind and asterisk
Moderators: EViews Gareth, EViews Moderator
Re: @wfind and asterisk
@wlookup function could be augmented by search capability of attributes. This similar to @wquery function
@wlookup("name matches GDP* and freq=Q", "name")
@wlookup("name matches GDP* and freq=Q", "name")
Re: @wfind and asterisk
This syntax is not valid currently:
if @isobject({%n}_{%y}) = 1 then
nor is:
if @isobject(%n_%y) = 1 then
However, @isobject should allow variables names insertion in parenthesis.
if @isobject({%n}_{%y}) = 1 then
nor is:
if @isobject(%n_%y) = 1 then
However, @isobject should allow variables names insertion in parenthesis.
-
- EViews Developer
- Posts: 572
- Joined: Thu Apr 25, 2013 7:48 pm
Re: @wfind and asterisk
Hello,
@isobject requires a string argument, but {%n}_{%y} is not a string (it's an identifier, i.e., a name). Instead, use the expression @isobject(%n + "_" + %y).
@isobject requires a string argument, but {%n}_{%y} is not a string (it's an identifier, i.e., a name). Instead, use the expression @isobject(%n + "_" + %y).
Return to “Suggestions and Requests”
Who is online
Users browsing this forum: No registered users and 2 guests