Menu

Scrolling through code

2021-01-10
2021-01-12
  • Peter Modys

    Peter Modys - 2021-01-10

    I looking for the way to scroll through program lines... the arrows nor the page up/down keys will do that. Of course I can LIST program lines but if I want to access any program line that's before or after the displayed program lines...... how do you do that?? As I recall the gwbasic editor allowed that...

    Thanks!!

     
    • Rob Hagemans

      Rob Hagemans - 2021-01-12

      Hi Peter,

      There's no other way to scroll through code but to list the lines you're looking for, or to interrupt a listing with Ctrl+Break. Note GW-BASIC didn't have a way to scroll through code either, are you thinking of the QBASIC IDE maybe?