--- Tony Mumm wrote:
In regards to making a returned variable appear as not graph able:  I tried the
${eval} route, and all it displays now is 0.  So I guess it wants to evaluate
that text as an expression of some kind.  
--- end of quote ---

Yes, you're right - you want to force the value into a string. To do this, place
the returned variable in "..." like this:

        ${eval:"$result"}

That will force either a returned number or string into a "string context" so
that it'll be printed without underlining.

Please get back to me if you need more information. Thanks!

Rich Brown                    [EMAIL PROTECTED]
Dartware, LLC                 http://www.dartware.com
10 Buck Road, PO Box 130      Telephone: 603-643-9600
Hanover, NH 03755-0130 USA    Fax: 603-643-2289
____________________________________________________________________
List archives: 
http://www.mail-archive.com/intermapper-talk%40list.dartware.com/
To unsubscribe: send email to: [EMAIL PROTECTED]

Reply via email to