03-01-2024 05:58 AM
作業中に壁に当たっています、解決策いただけると助かります。
添付のテキストファイルを複数読み込んで
テキストをスペースで区切って配列にしたいのですが
数値間のスペースでうまき区切れません。
全スペースで区切る方法をお教えください。
Solved! Go to Solution.
03-01-2024 06:03 AM - edited 03-01-2024 06:08 AM
Hi ame,
@ame2 wrote:
I am hitting a wall while working, I would appreciate it if you could give me a solution.
Load multiple attached text files
I would like to create an array of text separated by spaces.
The numbers cannot be separated properly by spaces.
Please tell me how to separate with all spaces.
03-03-2024 05:01 AM
Knight of NI
ありがとうございます。
1 808.68439…このセルの数値もスペースで分割したいです。
可能でしょうか。
03-04-2024 01:35 AM - edited 03-04-2024 01:37 AM
Hi ame,
@ame2 wrote:
1 808.68439…I also want to divide the number in this cell by a space.
Is it possible.
When there is no space within this "word" then you cannot split this string by using spaces as delimiter!
You need to index the array element and split the string by your own rules! (I guess you want to split now with using the point...)
03-04-2024 01:42 AM
スペースがないのですね。
親切に教えていただいてありがとうございます。