P
Paul W Smith
I am trying to find a format that will give the following:
Positive numbers = + [number]
Negative numbers = - [number]
zero = 0 (neither sign)
I have ("+ 0; - 0") which achieves the first two but still prefixes zero
with "+ "
Can anyone help me.
Paul Smith
Positive numbers = + [number]
Negative numbers = - [number]
zero = 0 (neither sign)
I have ("+ 0; - 0") which achieves the first two but still prefixes zero
with "+ "
Can anyone help me.
Paul Smith