SIMULATE>SETVAL with subscripts
Posted: Tue May 12, 2009 8:43 pm
I am having some challenges with the SIMULATE>SETVAL command. Specifically, I have a variable IVMob, which has two subscripts say x1 and x2. Where x1=[a1,a2,a3] and x2=[b1,b2,b3]
What is the syntax for updating IVMob[x1,x2]? Do I need to do each subscript element one at a time?
It didnt seem to work when I tried to do this with the following command:
vensim_command("SIMULATE>SETVAL|IVMob[a1,b1]= 0.3")
Any help would be gratefully received
What is the syntax for updating IVMob[x1,x2]? Do I need to do each subscript element one at a time?
It didnt seem to work when I tried to do this with the following command:
vensim_command("SIMULATE>SETVAL|IVMob[a1,b1]= 0.3")
Any help would be gratefully received