Oh dear! I'm having problems formatting again!
In my export text file I need to pass a value of exactly 20 Characters.
eg. 240,25 should be 00000000000000240,25
-240,25 should have be -0000000000000249,25 (the string also only 20long including the minus sign)
I have tried Format(Bescheidsumme, "!@0000000000000000000") 'Anordnungsbetrag, num(20), Pflicht
but i cant get the thing to work correctly with a minus in front (If plus no sign is needed)
Can someone point me in the right direction?
Thanks a mil!
In my export text file I need to pass a value of exactly 20 Characters.
eg. 240,25 should be 00000000000000240,25
-240,25 should have be -0000000000000249,25 (the string also only 20long including the minus sign)
I have tried Format(Bescheidsumme, "!@0000000000000000000") 'Anordnungsbetrag, num(20), Pflicht
but i cant get the thing to work correctly with a minus in front (If plus no sign is needed)
Can someone point me in the right direction?
Thanks a mil!