Copy text from txt file to clipboard

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • gobblegob
    New Member
    • Dec 2007
    • 133

    Copy text from txt file to clipboard

    I am wanting to learn how to copy first line of text from a .txt file to clipboard.
    If you could please give me some code examples and explain it a little as i am new to programming.

    Thankyou Gobble,
  • debasisdas
    Recognized Expert Expert
    • Dec 2006
    • 8119

    #2
    read the line of text and then use

    clipboard.sette xt method.

    Comment

    • gobblegob
      New Member
      • Dec 2007
      • 133

      #3
      Thanks mate :)
      got it working.

      Comment

      Working...