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.
テキストを含む.txtファイルがあります。このファイルを読み取って文字列に保存したいと思います。そのための機能はありますか?またはそれを行う方法は?助けてください
define variable s as longchar no-undo. copy-lob from file "fileName.txt" to s.
DEF VAR ch-var ASCHARACTERNO-UNDO。
INPUT FROM VALUE(ファイル名)。
繰り返す:
書式なしch-varをインポートします。
終わり。