01-21-2023, 12:02 AM
Quote:ImageWidth = _WIDTH(_LOADIMAGE("Image.png", 32))about this I see another point of weakness, different from the RAM garbage coming because image.pgn lasts in RAM.
If in the _Loadimage action something goes wrong, what arrive to _WIDTH?
Think about a wrong path, a failure to read the file, a wrong name (that file does not exist).
And what _WIDTH returns?
How to manage this kind of issue