Hello,
I have the following line in my stored procedure :
When I debug through to the @AllowanceLeft part, it shows as 2.5000Code:SET @ErrMSG = 'Employee : ' + STR(@Employee) + ' Only Has ' + STR(@AllowanceLeft) + ' days left to take.'
However, this message displays it as 3.
How do I stop it rounding up please ?


Reply With Quote
)
