Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何将流输出到动态的位置..
对于静态获取位置可以使用
将流 s1 输出到“D:\reports1.txt”。
但是如果我想从屏幕上获取价值,怎么办?
DEF VAR cFileName AS CHAR NO-UNDO INITIAL "c:\temp\Bongo.txt"。
防御流 s1。
更新 cFileName 格式“x(30)”。
将流 s1 输出到值(cFileName)。
输出流 s1 关闭。