Based on what Terry was saying I assumed that lcMISymbol was a string variable

Dim lcMISymbol As String
lcMISymbol = "(64,65280,14," + Chr$(34) + "MapInfo Transportation" +
Chr$(34) +",49,0)"

Use Chr$() for special symbols


On Wed, 1 Dec 2004 15:17:02 -0000, Terry McDonnell <[EMAIL PROTECTED]> wrote:
> Hi Stephen
> 
> Thanks.  That's just what I needed.
> 
> Terry
> 
> 
> 
> -----Original Message-----
> From: Stephen Chan [mailto:[EMAIL PROTECTED]
> Sent: 01 December 2004 13:05
> To: [EMAIL PROTECTED]
> Subject: Re: MI-L Different Symbols for different Facilities on a map
> 
> Dim lcMISymbol As String
> lcMISymbol = "(64,65280,14," + Chr$(34) + "MapInfo Transportation" +
> Chr$(34) +",49,0)"
> 
> Use Chr$() for special symbols
> 
> ---------------------------------------------------------------------
> List hosting provided by Directions Magazine | www.directionsmag.com |
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> Message number: 14316
> 
>

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

Reply via email to