I had no issue with this kind of code from a compiled component. However, you can write:
ARRAY LONGINT($tableNums;0) ARRAY TEXT($tableNames;0) Begin SQL SELECT TABLE_ID , TABLE_NAME FROM _USER_TABLES INTO :$tableNums, :$tableNames; End SQL ----- Patrick EMANUEL ------------------------------------------------------------ Administrator www.association-qualisoft.eu (Soft1002, Simply Asso & QS_Toolbox) -- View this message in context: http://4d.1045681.n5.nabble.com/Host-Structure-in-a-component-tp5750741p5750744.html Sent from the 4D Tech mailing list archive at Nabble.com. ********************************************************************** 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] **********************************************************************

