Hello,
Please help in understanding Weak Scope's definition. We know that For each loop is a weak scoped block.
Here is a sample code.
For each customer no-lock:
end. /*for each customer*/
message custumer.name .
But we will not able to see any cutomer record from the above code. Then how can we tell as 'for each' loop is a weak scoped block ?
Thanks,
Ajith
Please help in understanding Weak Scope's definition. We know that For each loop is a weak scoped block.
Here is a sample code.
For each customer no-lock:
end. /*for each customer*/
message custumer.name .
But we will not able to see any cutomer record from the above code. Then how can we tell as 'for each' loop is a weak scoped block ?
Thanks,
Ajith