hai SDNs,
i am doing subraction in my report. when i am outputting the value to the list..
if the result is negative.. when i write the commnad
write :/ result.
it is priting the '-' sign at the end. how to print it before the result.
eg.
5 - 10 = ?
it is printing : 5-
but i need : -5 how?