How can i remove the negative (-) sign from list of values

HELLO FORUM,
HOW CAN I REMOVE THE NEGATIVE SIGN(-) FROM LIST OF VALUES (NUMBERS).?

THANKYOU,

REGARDS

@mrathnakar

image

3 Likes

As you have strings i would use a string.replace instead

or you Could use Math,Abs before converting to strings.

3 Likes

That is very true :slight_smile:

1 Like

YEAH I GOT ONE STEP BACK AND DONE WITH “Math.Abs”.

Thankyou Mr.@salvatoredragotta