> for example if the value of an integer variable has 10 in decimal, > would need to show it as 0A in the label.
Label1.Caption := IntToHex($ + IntValue, 2); _______________________________________________ Delphi mailing list -> [email protected] http://www.elists.org/mailman/listinfo/delphi

