Or just:

Update Selection Set OBJ ConvertToPline(Obj) 

HTH,
Peter Horsboell Moeller,
COWI A/S
Right now on a project in Gjakowa, Kosovo

-----Original Message-----
From: Steve McArthur
To: S�ren Lindqvist
Cc: MapInfo-L (E-mail)
Sent: 9/17/03 12:17 PM
Subject: RE: MI-L Change Line to Polyline?

Perhaps something along the lines of this

Dim MyObj as object
Dim I as integer
For I = 1 to SelectionInfo(SEL_INFO_NROWS)
Fetch rec I from selection
MyObj = selection.obj
MyObj = ConvertToPline(MyObj)
Update selection set obj = MyObj where rowid = 1
Next

-----Original Message-----
From: S�ren Lindqvist [mailto:[EMAIL PROTECTED] 
Sent: 17 September 2003 09:26
To: [EMAIL PROTECTED]
Subject: SV: MI-L Change Line to Polyline?

Hello again

Sorry forgot to mention that I need a line in MabBasic window to convert
Lines to Polylines from a selection.

Regards
S�ren




London Borough of Hackney may exercise its right to intercept any
communication on its networks - for more information see
http://www.hackney.gov.uk/council/data/email_disclaimer.htm


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8411


---------------------------------------------------------------------
List hosting provided by Directions Magazine | www.directionsmag.com |
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Message number: 8413

Reply via email to