Yes it WORKS!
Thanks a lot.
Davide Moraschi
Search found 3 matches
- Fri May 23, 2008 7:12 am
- Forum: Vensim
- Topic: Double precision vendll32.dll
- Replies: 2
- Views: 2517
- Thu May 22, 2008 12:25 pm
- Forum: Vensim
- Topic: Double precision vendll32.dll
- Replies: 2
- Views: 2517
Double precision vendll32.dll
Hi all, I am trying to start a simulation from Excel: retval& = vensim_command("SPECIAL>LOADMODEL|D:\source code\Vensim\name_of_model.vpm") If retval& = 0 Then Exit Sub retval& = vensim_command("MENU>SYNTHESIM|O") If retval& = 0 Then Exit Sub retval& = vensim_...
- Wed May 14, 2008 9:19 am
- Forum: Vensim
- Topic: VARLIST keyword
- Replies: 1
- Views: 1972
VARLIST keyword
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 lis...