Page 1 of 1

can anyone help? programming arma

Posted: Wed Feb 08, 2012 7:22 am
by shadow
hello everybody,
im working on an exapmle file to learn programming. i found a book and tried a program to define the arma order but i got following error;
For statement unterminated in"FOR !P=0 TO PMAX" i also couldnt manage to create string variable too...
i am sending the programme commands in the attached file. can anyone help me?

Re: can anyone help? programming arma

Posted: Wed Feb 08, 2012 8:48 am
by EViews Gareth
For statements need to be terminated with a next statement. See the Command and Programming reference for more details. (or take a look at any of the example programs)