Dear Listers,

I am trying to write a Mapbasic script to combine two (or more) polygons
together. The user selects the first polygon and the polygon to be combined
with is selected using the statement below.  Because I need to do a
combination, both selections have to be in the same result table. The Into
and clause with noselect can be used I understood from the manuals, but why
does it not work the way I have written this script.

Can anyone give me a hint ??

select * from tab_filename where obj intersects (select obj from
SelectionInfo(sel_info_selname)) and grid_code = gridcode Into
SelectionInfo(sel_info_selname) Noselect


TIA 

Bob Mijwaard
Project-manager GIS
Wolters-Noordhoff Atlas Productions
The Netherlands

E-mail:  [EMAIL PROTECTED] <mailto:[EMAIL PROTECTED]> 

----------------------------------------------------------------------
To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put
"unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]

Reply via email to