websmith wrote:
at this junction, struggling with showing an integer value in Hex to be displayed in a label caption.for example if the value of an integer variable has 10 in decimal, would need to show it as 0A in the label. how ? what's your advise.
How about the IntToHex() routine from SysUtils? Stephen Posey [EMAIL PROTECTED] _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

