Decouter
  Home FAQ Contact Sign in
 
Advanced search
MATCHING GROUPS



more...
POPULAR GROUPS

more...

found 7 articles for 0.302 sec
OpenSSL CVS Repository http://cvs.openssl.org/ ____________________________________________________________________________ Server: cvs.openssl.org Name: Dr. Stephen Henson Root: /v/openssl/cvs Email: steve@openssl.org Module: openssl Date: 12-Apr-2008 01:52:26 Branch: HEAD Handle: 2008041200522600     

Group: mailing.openssl.cvs · Group Profile · Search for Decouter in mailing.openssl.cvs
Author: "Dr. Stephen Henson"
Date: Apr 11, 2008 17:50

Yahoo! Messenger (23.02.2008 21:37:27): tsandrita nimmt an der Konferenz teil. tsandrita (23.02.2008 21:37:32): ok Yahoo! Messenger (23.02.2008 21:37:35): lilcarine nimmt an der Konferenz teil. tsandrita (23.02.2008 21:37:36): je s8 là scrisfr (23.02.2008 21:37:53): mes copine prkoi la vi es contre moi? tsandrita (23.02.2008 21:38:13): gaelle arrete un peu scrisfr (23.02.2008 21:38:14
Show full article (6.68Kb)
Yahoo! Messenger (23.02.2008 21:37:27): tsandrita nimmt an der Konferenz teil. tsandrita (23.02.2008 21:37:32): ok Yahoo! Messenger (23.02.2008 21:37:35): lilcarine nimmt an der Konferenz teil. tsandrita (23.02.2008 21:37:36): je s8 là scrisfr (23.02.2008 21:37:53): mes copine prkoi la vi es contre moi? tsandrita (23.02.2008 21:38:13): gaelle arrete un peu scrisfr (23.02.2008 21:38:14     

Group: rwth.jobs · Group Profile · Search for Decouter in rwth.jobs
Author: Eric Marcel
Date: Mar 5, 2008 11:47

The one limitation of it, which I should've mentioned, is that it'll happily screw up royally if you try to pass it a "normal" string...such as HexToDec("Jackdaws love my big sphinx of quartz"). If there's any chance that what gets passed won't be a hex number, you'll want to add some checking to the function. Rob "Jake" <Jake@discussions.microsoft.com> wrote in message news:CDC0D024
Show full article (22.97Kb)
Thanks Robert - it worked perfectly! "Robert Morley" wrote: > The Val("&H...") function maxes out a little early for the size of numbers > you're interested in. Here's a function that'll handle extremely large > numbers: > > Public Function HexToDec(ByVal strHex As String) As Variant > Const cstrHexDigits As String = "0123456789ABCDEF" > Dim decOut As Variant > Dim i As     

Group: rwth.jobs · Group Profile · Search for Decouter in rwth.jobs
Author: Eric Marcel
Date: Mar 5, 2008 11:46

The Val("&H...") function maxes out a little early for the size of numbers you're interested in. Here's a function that'll handle extremely large numbers: Public Function HexToDec(ByVal strHex As String) As Variant Const cstrHexDigits As String = "0123456789ABCDEF" Dim decOut As Variant Dim i As Integer decOut = CDec(0) For i = Len(strHex) To 1 Step -1 decOut
Show full article (22.97Kb)
    

Group: mtl.forsale-vendre · Group Profile · Search for Decouter in mtl.forsale-vendre
Author: ShAdE
Date: Dec 1, 2006 18:10

Show full article (0.19Kb)
    

Group: microsoft.public.access.modulescoding · Group Profile · Search for Decouter in microsoft.public.access.modulescoding
Author: Robert Morley
Date: Sep 29, 2006 08:06

Show full article (2.06Kb)
    

Group: microsoft.public.access.modulescoding · Group Profile · Search for Decouter in microsoft.public.access.modulescoding
Author: Jake
Date: Sep 29, 2006 07:56

Show full article (1.55Kb) · Show article thread
    

Group: microsoft.public.access.modulescoding · Group Profile · Search for Decouter in microsoft.public.access.modulescoding
Author: Robert Morley
Date: Sep 29, 2006 07:24

Show full article (1.39Kb)