11-10-2005 12:31 PM - edited 11-10-2005 12:31 PM
Message Edited by novastar15 on 11-10-2005 12:32 PM
11-10-2005 12:41 PM
11-10-2005 12:56 PM - edited 11-10-2005 12:56 PM
由 ycw7 在 11-11-2005 02:56 AM 上編輯的訊息
11-10-2005 02:13 PM
The data I am saving is a 2-D array of number, and I am saving them into a text file. Right a row looks something like 123, 342, 12334, 23342 so what I need is a comma after the last entry in every row so that the program can read the files. Becuase it wants. 123, 324, 12334, 23342,
Thanks
11-10-2005 06:06 PM
11-11-2005 01:30 AM
Hi NovaStar15,
Would this work for you?
11-11-2005 05:16 AM
11-11-2005 05:49 AM
Thanks David! Yes, it looked just fine on my screen.
Well these just show piping the 2D array straight into the ArrayToSS String -
... but using the format string to put comma after every value...
11-11-2005 10:00 AM
11-11-2005 02:04 PM