Hello i am using a excel sheet ( thats a sql ) to retreive some numbers. Only problem its when i come to the negative number it only gives me 0. I have tries doing System.text.RegularExpressions.Regex.Replace(“-”+price_variable,“-”,“”)
but still spits out 0. How can i make a function that see if its a -number then it turns it into a positive and assign it to a var ?=
Thanks @supermanPunch this was helpful in converting -1,234 to 1,234, Can you help me on how to convert 1,234 to -1,234(Positive value to Negative value)