I have 2 table. dt(data table) and lt(Limit table). I like to convert lt table to script and save that in to dt table scripts. How can I achive that. below is the script that I came up with.
scriptObj = lt << Get Script;
Eval( Eval Expr(
dt << New Script("Recreate Limit Data", Expr(scriptObj));
) );