cancel
Showing results for 
Search instead for 
Did you mean: 

Handling Infinity in Link Editor

0 Kudos

Hi,

I have requirement where I need to handle value 'Infinity' (∞) in Link Editor and set certain conditions based on that. But the conditional statements (if, stringif) do not seem to catch it (MII version 12.2)

∞ as number(integer, double) is not recognized by Link Editor, but "∞" as a string is accepted. Hence I tried converting it to a number using number("∞"). But that too doesn't work.

Any idea on how this can be acheived?  Thanks

Note: I get ∞ as an output of SPC Component as its considered as the a valid value per the requirements

Accepted Solutions (1)

Accepted Solutions (1)

0 Kudos

I resolved this by using number('∞') > value (number ('∞') <conditional operator>  <value>). This fits my use case, but not sure about other scenarios. Thanks!

Answers (0)