<div dir="ltr">Hello,<br><br>I'm trying to use the Format function to pad a number like so:<br>01<br>where the original value is "$1".<br><br>I tried to do the following:<br><br>writeln(Format('%02X', [$1]));<br>

writeln(Format('%0:2X', [$1]));<br>writeln(Format('%:2X', [$1]));<br><br>All of them created the following output:<br>" 1"<br><br>What am I doing wrong ?<br><br>Thanks,<br>Ido<br><br><br><br>
</div>