Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stack size limit for If/Then statements?
#18
Hello, that's gets even better!  Tongue

Code: (Select All)

'Uebunmg, Zuweisung von Nummern an Stringvariable - 30. Jan. 2024
'https://qb64phoenix.com/forum/showthread.php?tid=2413

$Console:Only

Option _Explicit

Dim As Integer zaehler
Dim As String lookahead


For zaehler = 65 To 84
  lookahead = Chr$(zaehler)
  Print lookahead
  If Asc(Chr$(zaehler)) Mod 3 = 0 Then
    Print zaehler: Beep
  End If
Next

End
Reply


Messages In This Thread
RE: Stack size limit for If/Then statements? - by Kernelpanic - 01-30-2024, 11:22 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Recursion Limit bplus 14 2,519 10-17-2025, 07:46 PM
Last Post: a740g
  Feature Request: Limit Scope of a "Find" and "Change" hanness 5 717 06-21-2025, 11:21 PM
Last Post: SMcNeill
  Recursion limit? TerryRitchie 5 1,166 03-12-2024, 02:17 PM
Last Post: GareBear
  Can't set font size in Linux Circlotron 3 976 08-28-2022, 05:58 PM
Last Post: mnrvovrfc
  How can I change editor font size in Linux bigriverguy 1 722 06-22-2022, 06:15 PM
Last Post: cage

Forum Jump:


Users browsing this thread: 1 Guest(s)