Text.IncStr(Text) Method - Business Central | Microsoft Learn
Thu Apr 25 2024 06:45:15 GMT+0000 (Coordinated Universal Time)
Saved by
@obaidullahjadun
gAccount := Text001;
EmptyAccount := Text002;
MyAccount := Text003;
Message(Text004, Account, NegAccount, EmptyAccount, MyAccount);
ResultAccount := IncStr(Account);
ResultNegAccount := IncStr(NegAccount);
ResultEmptyAccount := IncStr(EmptyAccount);
ResultMyAccount := IncStr(MyAccount);
Message(Text005, ResultAccount, ResultNegAccount, ResultEmptyAccount, ResultMyAccount);
content_copyCOPY
https://learn.microsoft.com/en-us/dynamics365/business-central/dev-itpro/developer/methods-auto/text/text-incstr-method
Comments