Microsoft
Software
Hardware
Network
Question : print not able to convery float or money
what's special about decimal, but not float/money that print is not able to convert?
thanks
---------------------
declare @t1 float, @t2 float,@t3 float,@t4 float
set @t1 = 2130.234
set @t2 = 3932.436
set @t3 = 2156.023777
set @t4= ((((@t1/@t2)*@t3)/@t1)*@t2
)/100
print convert(decimal(18,8), @t4)
print convert(float(53), @t4)
print convert(money, @t4)
Answer : print not able to convery float or money
FYI: when you do this:
$('th')
internally, jquery actually "executes":
$('th', document);
that's why you would get all the th in the document.
Reference:
http://docs.jquery.com/%24
Random Solutions
Setting Up Raid On Windows 2003 Server With Faulty Hard Drive
How can I parse the following string, store it in a variable and then use those variables to populate some txt fields?
Word 2002/xp: Error Message: "Run-time error '4248'; 'This command is not available because no document is open.'"
sbs 2008 backup configuration
Setting msExchMailboxSecurityDescr
iptor with VB.NET
Error string in catch block?
String manipulation - SLB FP Equity --> SLBP.PA
Domino Web Site Rule - Redirection
Sharepoint Survey: Clicked 'No' to 'Show user names while creating the survey! Is there a way to turn the feature back on to see the names again?
Export Access 2010 Report to CSV with Headers?