2008 Jun 28 11:58 AM
hi
i heard that perform <index> of form1
form 2......
can be used in place of case.....endcase.
could u please tell me how to use this syntax...
regards
premalatha
2008 Jun 28 12:00 PM
hi premalatha
we have to give some numeric value to index
then it executes the corresponding index routine....
example :
perform 2 of form1
form2
from3.
this will execute the form2......
but this doesn't work for characters.........
if we give index value greater than number of subroutines then it will give dump...as it doesn't have
any routine at that index....
perform 3 of form1
form2.
reward points if useful
regards
padma
hi premalatha
we have to give some numeric value to index
then it executes the corresponding index routine....
example :
perform 2 of form1
form2
from3.
this will execute the form2......
but this doesn't work for characters.........
if we give index value greater than number of subroutines then it will give dump...as it doesn't have
any routine at that index....
perform 3 of form1
form2.
reward points if useful
regards
padma
2008 Jun 28 12:00 PM
hi premalatha
we have to give some numeric value to index
then it executes the corresponding index routine....
example :
perform 2 of form1
form2
from3.
this will execute the form2......
but this doesn't work for characters.........
if we give index value greater than number of subroutines then it will give dump...as it doesn't have
any routine at that index....
perform 3 of form1
form2.
reward points if useful
regards
padma
2008 Jun 28 12:02 PM
| User | Count |
|---|---|
| 3 | |
| 2 | |
| 2 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |