Recent content by richhcir3

  1. R

    for each while

    so why would for each while be quicker than for each where? And why do the two produce different results in my for each _trans example? Cheers, Rich
  2. R

    for each while

    I was wondering if someone could explain how 'for each while' actually works. I found some code written by Tom Bascon that suggested using for each _lock no-lock while _lock-usr <> ?: how exactly does using while differ from using where? I tried the following code for each _trans...
Back
Top