Search results

  1. M

    Help generating dynamic for each

    I'm fairly new to progress and I need a bit of help generating a for each statement that I can dynamically change. this is what I have so far: <clip> define var as int. var = 10. for each record where record.id = var no-lock break by record.second-id: more code </clip> instead of looking...
Back
Top