yes, you should only one time define a variable with the same name, and please if you have more coding questions use the previsted forum for this http://www.stevehopwoodforex.com/phpBB3 ... m.php?f=15genaja » Thu Jun 12, 2014 10:16 am wrote:no, you can use it in all functions, if you have defined i as a global variable.That means, it is alowed to use always i at any loops, but only in separate funktions?
Is it wrong to use one times var i at init() section and one time at start() section?
Cheers
Tommaso
Hmm, I am a little confused.
First var i was not alowed as global, now it is possible?
Is the global var i only o.k. if the var i was not defined at other functions, only as global?
Cheers
Tommaso