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.
IntToHex(10, 2); -- Rob _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

