| Home | Previous Lesson: Compound Statements Next Lesson: IF |
PowerBuilder supports several common coding structures for decision making and looping. To see the supported structures, click on the Paste Statement icon
:
This allows you to paste a skeletal framework of the required statement in the code. It provides a uniform layout and reduces development time. For example, if you paste the If Then Else... statement in your code, you get the following structure:
| Home | Previous Lesson: Compound Statements Next Lesson: IF |