For loop with Byte doesn't work
Posted: Wed Mar 01, 2006 11:59 am
This code doesn't work ... The MacOS version of PB doesn't like bytes ?
Code: Select all
for i.b = 1 to 10
debug i
next i
http://www.purebasic.com
https://www.purebasic.fr/english/
Code: Select all
for i.b = 1 to 10
debug i
next i
You're right, the code doesn't work, but MacOS likes bytes.Niffo wrote:This code doesn't work ... The MacOS version of PB doesn't like bytes ?Code: Select all
for i.b = 1 to 10 debug i next i