Download presentation
Presentation is loading. Please wait.
Published byRigoberto Taite Modified over 9 years ago
1
Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
2
Executes the first set of commands whose conditional expression evaluates to true (.T.). Executes the first set of commands whose conditional expression evaluates to true (.T.). Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
3
Executes a set of commands within a conditional loop. Executes a set of commands within a conditional loop. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
4
Exits a DO WHILE, FOR, SCAN, or TRY…CATCH…FINALLY structure. Exits a DO WHILE, FOR, SCAN, or TRY…CATCH…FINALLY structure. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
5
Executes a set of commands for each element in a Visual FoxPro array or collection. Executes a set of commands for each element in a Visual FoxPro array or collection. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
6
Executes a set of commands a specified number of times. Executes a set of commands a specified number of times. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
7
Conditionally executes a set of commands based on the value of a logical expression. Conditionally executes a set of commands based on the value of a logical expression. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
8
Returns program control directly to the beginning of a looping structure. Returns program control directly to the beginning of a looping structure. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
9
Moves the record pointer through the currently selected table and executes a block of commands for each record that meets the specified conditions. Moves the record pointer through the currently selected table and executes a block of commands for each record that meets the specified conditions. Author: Takdir, S.ST. (takdir@stis.ac.id) © Sekolah Tinggi Ilmu Statistik
Similar presentations
© 2025 SlidePlayer.com. Inc.
All rights reserved.