Re How get records number

Re How get records number


Hi
 
Could you please teach me that how get interact times(numbers) from this code
like this
m = 0
fetch each r in form[fieldA == fieldB];

  m = m+1
  (don't work)
  ....
---------------------------------------------




fetch each r in form[fieldA == fieldB];
  fieldC = fielC + 1
  (still don't work)






but I try many times is failure,so hope get help from you and thanks

Stanleu Guo