Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
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

Possibly Related Threads…
Thread Author Replies Views Last Post
  I'm looking for suggestions to solve the problem! Petr 10 684 02-05-2026, 04:56 PM
Last Post: ahenry3068
Star Suggestion for new REPLACE$() function zaadstra 3 264 01-26-2026, 05:11 PM
Last Post: grymmjack
  Nth problem with hardware images Ikerkaz 9 507 01-23-2026, 02:58 PM
Last Post: bplus
  Install problem...... jssantoro 6 397 12-17-2025, 08:31 PM
Last Post: madscijr
  Is there a menu function? Mad Axeman 17 1,125 12-17-2025, 04:43 AM
Last Post: SMcNeill

Forum Jump:


Users browsing this thread: 1 Guest(s)