Arend_
(MM club member)
2008-02-29 04:05 PM
Get Hex value from Decimal Variable

Can't seem to figure out how to do this
If a value is heximal you can convert the variable by using
 Code:
? DecToHex($x)

But wat if you want to do it vice versa ?
You can't put a "&" in front of a variable... so anyone know how this can be achieved ?


Arend_
(MM club member)
2008-02-29 04:15 PM
Re: Get Hex value from Decimal Variable

Got it already, sorry folks
 Code:
? Val("&"+$x)


NTDOCAdministrator
(KiX Master)
2008-02-29 07:09 PM
Re: Get Hex value from Decimal Variable

You're welcome, glad I could be of help telepathically

Arend_
(MM club member)
2008-03-03 11:44 AM
Re: Get Hex value from Decimal Variable

LOL

LonkeroAdministrator
(KiX Master Guru)
2008-03-03 08:03 PM
Re: Get Hex value from Decimal Variable

that is kinda stupid thing...
to not have such function. that "&" thing might be shorter, but looks kinda dirty.


LonkeroAdministrator
(KiX Master Guru)
2008-03-03 08:03 PM
Re: Get Hex value from Decimal Variable

btw, stupid font, have to change...

LonkeroAdministrator
(KiX Master Guru)
2008-03-03 08:18 PM
Re: Get Hex value from Decimal Variable

DOC?!?!?
can't edit all the css properties with this "new and working" ubbthreads!

I hate that & symbol going like that with body5 class.


NTDOCAdministrator
(KiX Master)
2008-03-03 09:30 PM
Re: Get Hex value from Decimal Variable

Well 7.3 is just around the corner

Witto
(MM club member)
2008-03-04 09:57 AM
Re: Get Hex value from Decimal Variable

&, almost looks like Et
ET phone home
I always have to look twice because of the way that symbol is shown


LonkeroAdministrator
(KiX Master Guru)
2008-03-04 11:50 PM
Re: Get Hex value from Decimal Variable

exactly.
looks dirty...


Radimus
(KiX Supporter)
2010-08-18 08:53 PM
Re: Get Hex value from Decimal Variable

I needed this today... Thank you for long ago answering my question today

Arend_
(MM club member)
2010-08-19 11:38 AM
Re: Get Hex value from Decimal Variable

No problem ;\)