Code Window: Organizing Code with Regions
Tags:
IDE
, 2003
, Beginning
Code Regions allow you define sections of code to "roll-up" to reduce the amount of code you have to search through. Outlining is similar, and is provided automatically for each procedure in your code. Both of these concepts are explained more thoroughly and demonstrated in this video.