VARLIST keyword

Use this forum to post Vensim related questions.
Post Reply
dmoraschi
Junior Member
Posts: 3
Joined: Wed May 14, 2008 9:12 am

VARLIST keyword

Post by dmoraschi »

Hi all,
I am new to Vensim and I am studiyng the syntax of vdo files.
In the docs it says:

:VARLIST
Output only. Indicates that the information that follows indicates the list of variables to be output to the database.
[...] or the information necessary to perform a select and fetch the variable list from the database.

How exactly do I specify the SELECT to fetch the variable list from a database? Is there an example? I tried several :SELECT VARIABLES but always get an error. I am trying to output variables to a database without having to specify the names of the variables in the vdo file.

Thanks for your help.
Davide Moraschi
bob@vensim.com
Senior Member
Posts: 1107
Joined: Wed Mar 12, 2003 2:46 pm

Post by bob@vensim.com »

The documentation is misleading there - though what is suggest is a sensible notion. Following a :VARLIST must be a list of variables to export, there is no query supported.
Post Reply