I have a MapBasic question. Why doesn't this work: Dim SelectSymb As Symbol SelectSymb=Symbol(35,16711680,12) [Robert Crossley] You need to use a function that returns a symbol object. The command to return a symbol is MakeSymbol( shape, color, size ) . It is in the MapBasic documentation. ---------------------------------------------------------------------- To unsubscribe from this list, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MAPINFO-L" in the message body, or contact [EMAIL PROTECTED]
