Hello,
who can tell me how to format a string in Delphi?
I must format 09-120-123456 into: 091200123456
it is, remove the dashes and insert additional 0 in the middle to make a 13 character long string.
I searched Internet, but I can't find anything understandable...
like:
[Format(<qReportIzpis."acDoc">,the result???)]
this is for a report..
thank youuu