weird error
Posted: Mon Oct 27, 2025 7:59 am
Hello:
what's wrong in the following:
I get error that >> can't be used with floats, although I'm passing an integer.
Best Regards
what's wrong in the following:
Code: Select all
CreateImage(0, 50, 50)
If StartDrawing(ImageOutput(0))
DrawText(0, Int(33.5) >> 1, "", 0)
EndIf
StopDrawing()
Best Regards