I'm one of the worst programmer you will ever see, but i'm trying very hard. 
I need help on that one. I wrote the following scrip using the alter object 
statement and it doesn't work. It selected the objects that i wanted but 
it's not modifying the attributes like i want to. Could somebody tell me 
what i did wrong:


...
sub vcomm

dim p_linestyle as pen
p_linestyle = makepen(2, 2, red)
dim car_nonp as object


open table "h:\base_geographique\divers\tab\vcomm_l.tab" interactive
select * from vcomm_l where indicatif = 2010010015 into selection
map from selection
set map
        layer 1 editable on
car_nonp = selection.obj
alter object car_nonp
info obj_info_pen, p_linestyle

end sub


Thanks

________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com

----------------------------------------------------------------------
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