Dan5 need u'r help

  • 19 years ago

    Here i converted the string to hex using HEX ().
    I stored the value in a variable.
    Again i have to convert the variable to string.
    Iam struggling here. pls guide how to convert the hex to string by passing the variable. I used as str($H(variable)) it shows error

  • 19 years ago

    You can't really convert a string to hex, it has to be a number...
    To convert from a number to hex, use

    Code:
    Hex(number)


    To return to the number use,

    Code:
    CLng("&H" & HexCode)

Post a reply

Enter your message below

Sign in or Join us (it's free).

Contribute

Why not write for us? Or you could submit an event or a user group in your area. Alternatively just tell us what you think!

Our tools

We've got automatic conversion tools to convert C# to VB.NET, VB.NET to C#. Also you can compress javascript and compress css and generate sql connection strings.

“Measuring programming progress by lines of code is like measuring aircraft building progress by weight.” - Bill Gates