Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Stack size limit for If/Then statements?
#17
Quote:@James - 
IF Lookahead$=CHR$(0) THEN G$="(output)": PUT #2 , , G$: G$=""
IF Lookahead$=CHR$(1) THEN G$="(output)": PUT #2 , , G$: G$=""
I am wondering why this is happening without a loop.


Just a small example with a loop - but of course I do not know how the whole program is structured.
Code: (Select All)

Option _Explicit

Dim As Integer zaehler
Dim As String lookahead


For zaehler = 65 To 84
  lookahead = Chr$(zaehler)
  Print lookahead
Next

End
Reply


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

Possibly Related Threads…
Thread Author Replies Views Last Post
  Recursion Limit bplus 14 2,520 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,167 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: