Announcement

Collapse
No announcement yet.

paste letters to input left and right

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • paste letters to input left and right

    Hi all, I've this code
    Code:
    text_app = TextFile.ReadToString(_TempFolder.."\\text_app.txt");
    Input.SetText("InputSerial", text_app);
    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!

  • #2
    Why would you use input paste? can you tell me where you got this info from

    Input.SetText("InputSerial", "APPNr: "..text_app.."Ver1.0"); is how I add that information to the text, unless your file as more in it then we see and if so we need to know whats in there to be able to help.
    Plugins or Sources MokoX
    BunnyHop Here

    Comment


    • #3
      Fast and simple, Rex thank you!
      My file contains only 5-10 numbers, your suggestion is perfect.
      Thanks again for your time.

      Comment

      Working...
      X
      😀
      🥰
      🤢
      😎
      😡
      👍
      👎