Search found 5 matches

by Victoria
Wed Aug 21, 2013 12:23 am
Forum: Programming
Topic: Linkto for db links / Accessing properties of series object
Replies: 1
Views: 2628

Linkto for db links / Accessing properties of series object

Hi, I am trying to update a set of links in a program. The links are database links and I need to change the name specification of the database the links are linked to. In order to do this, I need to access and alter the information stored in the object under properties --> Values --> database link:...
by Victoria
Fri Mar 25, 2011 5:01 am
Forum: Programming
Topic: @pagecount: Apparently erroneous documentation
Replies: 3
Views: 4218

Re: @pagecount: Apparently erroneous documentation

Great many thanks for the new patch. It solved the problem, so now the following code works :D if @pagecount = 0 then wfcreate(wf=test, page=nowf) u 1 %today = @strnow("dd/mm/yyyy") scalar result = -2 result = @uiprompt("No workfile is currently opened. Would you like to create a new ...
by Victoria
Fri Mar 18, 2011 3:20 am
Forum: Programming
Topic: @pagecount: Apparently erroneous documentation
Replies: 3
Views: 4218

@pagecount: Apparently erroneous documentation

The documentation (Eviews 7 Command Ref.pdf) states that “@pagecount: returns the number of pages in the current active workfile (0 if no workfile in memory)”. However, this does not appear to be the behavior of the function in practice. With the following in a program: <if @pagecount = 0 then ...> ...
by Victoria
Thu Feb 18, 2010 5:16 am
Forum: Programming
Topic: How can I test if an object exists?
Replies: 12
Views: 25793

Re: How can I test if an object exists?

Many thanks for your help and swift reply. Quotes worked for the single statement. I am still having troubles however, with using the command for controlling my loops. I think the problem arises when i try to substitute parts of the string in the loops. The code below searches for the object no1_kk_...
by Victoria
Wed Feb 17, 2010 4:08 am
Forum: Programming
Topic: How can I test if an object exists?
Replies: 12
Views: 25793

Use of @isobject function

Hi, I have tried using the @isobject in my program to make it skip non-existing series, however I am having trouble making it work. When running the statement on a series that doesn't exist: !test = @isobject(NO2_OB_SP_BOR_NA) Eviews returns the error: ` NO2_OB_SP_BOR_NA is not defined in "!TES...

Go to advanced search