Forum: ASP.NET Oct 17th, 2007 |
| Replies: 1 Views: 5,094 Hi,
I have the following javascript:
<script language="javascript" type="text/javascript">
// Global variables.
var numSeconds; |
Forum: C# Aug 28th, 2007 |
| Replies: 3 Views: 4,388 Thanks for your help!
Regards,
Piote |
Forum: C# Aug 26th, 2007 |
| Replies: 3 Views: 4,388 Hi,
I am trying to convert a Big Endian data file to something readable on most Windows PCs. I do ok with integer data but I cannot convert the floating points (32-bit IEEE).
1) Is it possible for... |