one move can make a big change
function TfrmLibrary.lpad(data, len: Integer; add: String):String;
var
i: Integer;
tmp: String;
begin
tmp:=”;
for i:=0 to len-Length(IntToStr(Data))-1 do
tmp:=tmp+add;
Result:=tmp+IntToStr(Data);
end;
Look code above…if you can post like this, it’s easy way to show your code a like language syntax. Download here the syntaxhighlighter plugin. Just copy the plugin to /wp-content/plugins/ then in your admin area, choose plugins menu [...]
Popularity: 34%
This is a Erwin Nassa Blog. Writen, Opinion , and Expression. Enjoy my blog and thank's for your comment and coming.