Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik
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. © Sekolah Tinggi Ilmu Statistik
Executes a set of commands within a conditional loop. Executes a set of commands within a conditional loop. Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik
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. © Sekolah Tinggi Ilmu Statistik
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. © Sekolah Tinggi Ilmu Statistik
Executes a set of commands a specified number of times. Executes a set of commands a specified number of times. Author: Takdir, S.ST. © Sekolah Tinggi Ilmu Statistik
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. © Sekolah Tinggi Ilmu Statistik
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. © Sekolah Tinggi Ilmu Statistik
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. © Sekolah Tinggi Ilmu Statistik