Microsoft
Software
Hardware
Network
Question : select vs print
what data type will print choose for numbers? it seems to ignore the data type of the column it is displaying..
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
select @t4 --21.56023777
print @t4 --21.5602
Answer : select vs print
Yeah...if they were normal controls then the approach you originally posted (and Paul_Harris_Fusion tried to extend) would have worked.
Unfortunately, though, the ShapeControls are an oddity!... =O
Random Solutions
How do I write data to separate excel worksheets in coldfusion?
Crystal report 2008, draw graph with huge of data.
Datareader.Read() does not pull the required rows
Cisco VPN client for Windows, use both RSA SecurID soft token and hard token
Assigning a GPO to specific users and one Server only ?
Is there a tool to check to see who has enabled auto-forward in outlook
How to improve the email performance in C#
How do i download my dreamweaver site to a different computer than the one I uploaded it on?
MS Access SQL Divide by Zero workaround needed
Proxy? Do I have to?