Search results

  1. K

    Macro Substitution

    oops sorry i forgot to put "=" sign. try this one w/ include file: if choice = "Product Line" then do: {a.i &str="pt_prod_line"} end. else do: {a.i &str="pt_part"} end. /*program: a.i */ for each pt_mstr no-lock by {&str} : display {&str} . end.
  2. K

    Macro Substitution

    try this one w/ include file: if choice = "Product Line" then do: {a.i &str pt_prod_line} end. else do: {a.i &str pt_part} end. /*program: a.i */ for each pt_mstr no-lock by {&str} : display {&str} . end.
Top