October 2, 2007 at 8:24 pm
Comments posted to this topic are about the item fnArabToEnglish(from Arabian number to english)
April 22, 2013 at 9:41 am
Nice function, but you may want to change this one line for proper US English...
Set @STAIL= 'AND CENTS ' +LTRIM(@STAIL)
change to:
Set @STAIL= 'AND ' +LTRIM(@STAIL) +' CENTS'
This is the way one would write a paper check.
April 22, 2013 at 1:21 pm
don't forget the $$
Set @STAIL= 'DOLLARS AND ' +LTRIM(@STAIL) + ' CENTS'
May 2, 2016 at 3:46 pm
Thanks for the script.
May 2, 2016 at 3:46 pm
Chris Schmuck (4/22/2013)
don't forget the $$Set @STAIL= 'DOLLARS AND ' +LTRIM(@STAIL) + ' CENTS'
Nice, thanks.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply