I want decode a large base64 code on my delphi project When I paste it in my project I see the Long String error .. for solve it I use to it syntax:
'samecode'+
'samecode'+
'samecode';
But if I manually using this syntax it's too large time ...
Is there the quick way for solve it ?