How can we Change the assigned row item value to absolute/positive if it contains bracket or negative sign
Value = (-1267.78)
Required Value = 1267.78
How can we Change the assigned row item value to absolute/positive if it contains bracket or negative sign
Value = (-1267.78)
Required Value = 1267.78
@amita 20
Math.Abs( val ) try this
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.