Drago Perkovic wrote: > I have points with an ID number and a safety factor as attributes. Both > are numeric values. I want to auto label the points with the ID number > AND the safety factor, but the expressions I formulate either add the > two values, evaluate whether its true or false, etc. Does anyone know > the syntax to get the two values in the auto label?
Set your label to the expression: Str$(ID) + " " + Str$(SafetyFactor) -- - Bill Thoen ------------------------------------------------------------ GISnet, 1401 Walnut St., Suite C, Boulder, CO 80302 tel: 303-786-9961, fax: 303-443-4856 mailto:[EMAIL PROTECTED], http://www.gisnet.com/ ------------------------------------------------------------ _______________________________________________________________________ List hosting provided by Directions Magazine | www.directionsmag.com | To unsubscribe, send e-mail to [EMAIL PROTECTED] and put "unsubscribe MapInfo-L" in the message body.
