Search results

  1. A

    Difference between For each and Find.

    Hello, Would like to know the difference between For each and Find. Also Please let me know in which scenarios, will we select FOR or FIND ? Thanks,
  2. A

    Doubt in Weak Scope .

    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...
Top