10-05-2010, 11:23 PM
Hi,
Here comes the concept of "Reusablity" into the picture.
Your 'block of code' by nature is reusable since it has to be called & executed whenever required condition become true.
So the block of statements should be converted to any one of below and called wherever applicable.
1. Userdefined Function
2. Reusable Action
Here comes the concept of "Reusablity" into the picture.
Your 'block of code' by nature is reusable since it has to be called & executed whenever required condition become true.
So the block of statements should be converted to any one of below and called wherever applicable.
1. Userdefined Function
2. Reusable Action