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.
列が可変数のスペースで区切られているテキスト ファイルをインポートしたい:
A 123 B 222 C 211
これを実行してもうまくいきません:
f: ("CI"; " ") 0: `$(":myfile")
インポート時に余分なスペースを削除できます。
("CI";" ")0:(ssr[;" ";" "]/) each read0`:myfile A B C 123 222 211
ただし、これにより、物事が劇的に遅くなる可能性があります。
ソースでデータを修正できますか? 可変数のスペースがあるのはなぜですか?