Hi,

this is not possible?
Code

function tick()
{
..
..
	int j=1;
	while(algo(loop(myAlgos))){
		checkClose(j);
		j++;
	}	
...
}


Quote


Error 041: series/loops defined in tick/tock/TMF!


Last edited by Grat; 05/05/20 12:21.