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