Recent content by carel

  1. C

    Using variable in FOR EACH

    Hi, is possible use table name in FOR EACH statement as variable? For example something like following: DEFINE VARIABLE tbl AS CHARACTER. tbl = "table1" (or get it by PROMPT-FOR) FOR EACH tbl ... Thanks, Carel
Back
Top