5
In Codeunit 10 Type Helper we have these 2 functions:
CRLFSeparator
LFSeparator
But no TABSeparator :
procedure TabSeparator(): Text[1]
var
Tab: Text[1];
begin
Tab[1] := 9;
exit(Tab);
end;
STATUS DETAILS
Needs Votes
Business Central Team (administrator)
Thank you for this suggestion! Currently this is not on our roadmap. We are tracking this idea and if it gathers more votes and comments we will consider it in the future. Best regards, Business Central Team