Support Board
Date/Time: Mon, 25 Nov 2024 05:36:31 +0000
Post From: How to read file with sc.ReadFile()?
[2022-05-23 18:04:02] |
Tony - Posts: 518 |
Thanks so much, User431178! So, I guess the proper way to remove 'EOF' is this, so it doesn't open/read/close text file twice. MyInputString.Format(ReadTextFile(sc, "C:\\SierraChart\\Data\\MyData.txt")); MyInputString.Format(MyInputString.GetSubString(MyInputString.GetLength()-1, 0); You are right, 320k is way too big, I don't know why I did that. Thanks for pointing out the */& issue. Date Time Of Last Edit: 2022-05-24 01:16:55
|