08-29-2023, 11:14 PM
You need to declare
Note that in QB64 the
punktKommawith a
$, so
punktKomma$.
Note that in QB64 the
DECLARElines are unnecessary and ignored, so unfortunately there's no warning or error about how your declaration (which has
As String) doesn't match the actual function definition (which just returns the default
Single).