【发布时间】:2015-12-14 16:11:40
【问题描述】:
我今天尝试使用 TextIo 保存文件。只需 3 行:
Radio Station;MagicFM
Test;This is jost for testing purpose.
TV;TV_Brand
一切都好,但后来我读了。
我无法对齐这些东西。
可能是这样的:
Radio Station - MagicFM
Test - This is jost for testing purpose.
TV - TV_Brand
这是我在代码中的内容:
info(strFmt("%1 - %2", strLFix( conPeek(con, 1), 20),conpeek(con, 2)));
我玩了一些 strRFix 和 strLFix 但没有运气.. 有没有简单的方法来完成这个?
【问题讨论】:
标签: axapta microsoft-dynamics dynamics-ax-2012 dynamics-ax-2012-r2 dynamics-ax-2012-r3