Time not corectly simulated ?

BESQUEUT

Senior Member
Time not correctly simulated ?

This work :
Code:
do
	sertxd (#Time," ")
	if time>4 then
		sertxd("Time Over",13)
	endif
loop
That not :
Code:
do
'	sertxd (#Time," ")
	if time>4 then
		sertxd("Time Over",13)
	endif
loop
 
Last edited:
Top