
|
INFO - FAQ - CC2-Forum - CCPro-Forum |
|
||
|
> for loop = 0 to 15 > if (variable shr 12) = loop then if loop < 10 then put loop + &h30 else put loop + &h37 > next Are you sure you need the loops? When I look at the code it seems to me that loop = variable shr 12 if loop < 10 then put loop + &h30 else put loop + &h37 would print out exactly the same result. I haven't tried it out though. Bye Achim |
| Antwort schreiben |