Problem with one function
#2
You need to declare
punktKomma
with a
$
, so
punktKomma$
.

Note that in QB64 the
DECLARE
lines 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
).
Reply


Messages In This Thread
Problem with one function - by Kernelpanic - 08-29-2023, 11:11 PM
RE: Problem with one function - by DSMan195276 - 08-29-2023, 11:14 PM
RE: Problem with one function - by SMcNeill - 08-29-2023, 11:15 PM
RE: Problem with one function - by Kernelpanic - 08-29-2023, 11:26 PM



Users browsing this thread: 1 Guest(s)