Search found 3 matches
- Sun Jun 03, 2012 4:16 pm
- Forum: Programming
- Topic: Problems with @elem
- Replies: 1
- Views: 1812
Problems with @elem
Hello, I have 72 forecasts that I need to collect the 5th value. The names of the series are in a table called "modelos" in the 3rd columm. I'm using the following code: %ser=modelos(!i,3) !obs1=@elem(%ser,5) I'm receiving the problem: String sent to a function which is expecting a series ...
- Fri Jun 01, 2012 9:01 am
- Forum: Programming
- Topic: Runnig multiple equations without stopping
- Replies: 2
- Views: 2116
Re: Runnig multiple equations without stopping
I didn't know it was so simple.
rs
Thanks.
rs
Thanks.
- Fri Jun 01, 2012 8:22 am
- Forum: Programming
- Topic: Runnig multiple equations without stopping
- Replies: 2
- Views: 2116
Runnig multiple equations without stopping
Hello, I have a table with 63 equations to run. I have already done the program to execute all the equations and it's working well. When I achieve the equation 9, the program gives me a message about "OVERFLOW" or another problem like that because of my initial solution and stop to execute...
