Skip to main content
Inspiring
February 2, 2009
Question

Displaying hex values in coldfusion

  • February 2, 2009
  • 3 replies
  • 325 views
Can anyone please tell me how to do this?

I'm trying to escape Coldfusion by ##FF0000# but it doesnt work.

Thankyou
    This topic has been closed for replies.

    3 replies

    Inspiring
    February 2, 2009
    Which part did you have trouble with? Be specific.
    matthiscoAuthor
    Inspiring
    February 2, 2009
    Thanks dan.

    Can you explain less technically please?

    Inspiring
    February 2, 2009
    Looks like you're overengineering things. Hex values don't have octothorps so you should be able to output them the same way you do a base 10 number, except that you can't use number format on it.