Hi,for some reson following does not work --myf:{ mytab:select from table; mystr:“select from mytab”; eval parsemystr }-- this shows parse treebut this worksmyf:{ mystr:“select from table”; eval parse mystr}–this shows table recordsis this a bug or am I doing something wrong?Thanks,RT
mytab is local, eval works with globals Regards, AttilaOn 2 Dec 2009, at 01:59, Ramdas wrote:> Hi,> > for some reson following does not work –> > myf:{ mytab:select from table; mystr:“select from mytab”; eval parse> mystr }> > – this shows parse tree> > but this works> > myf:{ mystr:“select from table”; eval parse mystr}> --this shows table records> > > > is this a bug or am I doing something wrong?> > > Thanks,> RT> > –> > Submitted via Google Groups
Thx Attila,
Sorry for the late reply..
Regards,
Ramdas