Hi all, I've this code
Usually the string risults in 00010101.
I want to add APPNr at the beginning and Ver1.0 at the end.
I tried Input.paste but it adds letter only an the left.
Thank a lot!
Code:
text_app = TextFile.ReadToString(_TempFolder.."\\text_app.txt"); Input.SetText("InputSerial", text_app);
I want to add APPNr at the beginning and Ver1.0 at the end.
I tried Input.paste but it adds letter only an the left.
Thank a lot!
Comment