Author Topic: Show corresponding plus/minus symbol  (Read 2195 times)

0 Members and 1 Guest are viewing this topic.

Randomlygenerated

  • Mosquito
  • Posts: 4
Show corresponding plus/minus symbol
« on: January 25, 2019, 04:35:36 PM »
Hi,

I'm trying to create an attributed block with a distance formula between two objects that can show (+10) instead of only (10) for a positive result, without having to "cheat" by simply putting an (+) as a prefix and so void my negative outputs (+-10).
What's the magic for that kind of thing?
Thanks.

mjfarrell

  • Seagull
  • Posts: 14444
  • Every Student their own Lesson
Re: Show corresponding plus/minus symbol
« Reply #1 on: January 25, 2019, 04:39:28 PM »
i would suggest adding the +  or -  as an object with visibility state...
Be your Best


Michael Farrell
http://primeservicesglobal.com/

Randomlygenerated

  • Mosquito
  • Posts: 4
Re: Show corresponding plus/minus symbol
« Reply #2 on: January 26, 2019, 02:12:55 AM »
I'd like to avoid manipulating individual blocks. I wonder if there's a relatively simple way to introduce the condition of "+" symbol IF result>0 or something to that effect.