QB64 crash!?
#4
Code: (Select All)
Print clock$

Function clock$
    _Delay .001
    Static count
    count = count + 1
    Print count; "recursive calls in..."
    clock$ = "date/time is:"
    clock$ = clock$ + Date$ + " " + Time$
End Function


[Image: image.png]


14,415 recursive calls to the function, and then it crashes for me. Wink
Reply


Messages In This Thread
QB64 crash!? - by eoredson - 12-21-2022, 03:27 AM
RE: QB64 crash!? - by SMcNeill - 12-21-2022, 04:26 AM
RE: QB64 crash!? - by eoredson - 01-10-2023, 07:30 AM
RE: QB64 crash!? - by johannhowitzer - 12-21-2022, 04:27 AM
RE: QB64 crash!? - by SMcNeill - 12-21-2022, 04:31 AM
RE: QB64 crash!? - by Pete - 12-21-2022, 04:36 AM



Users browsing this thread: 1 Guest(s)