10-05-2024, 11:52 AM
(10-05-2024, 11:46 AM)Kernelpanic Wrote: Searching for this character? U2022 is decimal 8226.
Code: (Select All)
Screen _NewImage(640, 320, 32)
f& = _LoadFont("arial.ttf", 20)
If f& > 0 Then _Font f&
_UPrintString (10, 100), MKL$(8226), , 32
Oh, now you see how important it is to know the base of a number, especially if there are no letters in it which would immediatly identify it as a hex number.
GuiTools, Blankers & other Projects:
https://qb64phoenix.com/forum/forumdisplay.php?fid=32
Libraries & useful Functions:
https://qb64phoenix.com/forum/forumdisplay.php?fid=23
https://qb64phoenix.com/forum/forumdisplay.php?fid=32
Libraries & useful Functions:
https://qb64phoenix.com/forum/forumdisplay.php?fid=23