08-18-2004, 04:52 PM
can you tell me how to do this
int color=pixel(528 90); err goto error
if(color=0x5294D6)
,out "good color: 0x%X" color
else
,out "bad color: 0x%X" color
;error
out "error"
lef 528 90
i want to skip the "lef 528 90" on err
thank you very much for helping me
int color=pixel(528 90); err goto error
if(color=0x5294D6)
,out "good color: 0x%X" color
else
,out "bad color: 0x%X" color
;error
out "error"
lef 528 90
i want to skip the "lef 528 90" on err
thank you very much for helping me
