Miyako, Will that trick work compiled? On Tue, Oct 10, 2017 at 9:06 AM, Keisuke Miyako via 4D_Tech < [email protected]> wrote:
> why not simply use Get last table number? > > and you don't really need to use SQL to get a table pointer from name, > just do something like... > > C_POINTER($p) > $name:="Table_1" > $formula:="<!--#4DEVAL $1->:=->["+$name+"]-->" > PROCESS 4D TAGS($formula;$formula;->$p) > -- Kirk Brooks San Francisco, CA ======================= *The only thing necessary for the triumph of evil is for good men to do nothing.* *- Edmund Burke* ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

