Hi Guys, I'm stuck again.
I have done what i need to do loads of times but I have totally forgotten.
I need to read smcn.txt from \\AutoPlay\\Docs into Input1 but I cannot remember how.
Please help.
Thanks.
Ian
Professional Software Development Tools
Hi Guys, I'm stuck again.
I have done what i need to do loads of times but I have totally forgotten.
I need to read smcn.txt from \\AutoPlay\\Docs into Input1 but I cannot remember how.
Please help.
Thanks.
Ian
Use the following code:
text_contents = TextFile.ReadToString("\\AutoPlay\\Docs smcn.txt";
Input.SetText("Info Text", text_contents);
Good luck
Yossi
Thanks Yossi
Just forgetting all I know after being away for a while.
Much appreciated.
![]()
No problem.
Glad to help.
Yossi