FlameDuck #2 Doesn't look like it. By the way, it's a For..Next / Global combo issue, not a byte one.This works:Strict Local a:Byte For a=0 To $FF Print a Nextbut this doesn't:Global b:Short For b=0 To $FFFF Print b Next