|
code
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Converting Hex to Float?"Raj" <R**@discussions.microsoft.com> wrote in message See "Let statement", and CopyMemory. If the hex values are in string format, news:2A389C63-D231-4205-9EEF-EC078921BAA1@microsoft.com... > How to convert Hex values into Float? try: Debug.Print Val("&H" & "12") Here is a close example to what you want using Let: How To Do 64-bit Arithmetic in VBA http://support.microsoft.com/kb/189862 Float is Single in VB, 32 bits. Raj wrote:
> How to convert Hex values into Float? Your question is too broad to answer without more information.Where do the hex values come from and in what form? Do you have some examples of your hex values and their float equivalents? "Raj" <R**@discussions.microsoft.com> wrote in message Dim d As Doublenews:2A389C63-D231-4205-9EEF-EC078921BAA1@microsoft.com... > How to convert Hex values into Float? d = Val("&H" & someHexString) If you're looking for something more specific, ask a more specific question.
Re: Multithreading
Multithreading Vista SP2 Being "offered" dhRichClient3 Thread Classes Issues VB6 on Vista Home Premium problem Excel Execution from VB Fails on 2nd Attempt Use an Addin to automatically add date/time stamp to each edited line of VB6 code? Sub .... or Private Sub.... Moving .exe somtimes works In High Density Mode - Looking for previous control counting post |
|||||||||||||||||||||||