A few VB 6 noob questions.

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ldpfrog
    New Member
    • Nov 2006
    • 16

    A few VB 6 noob questions.

    1. How do I utilize the clipboard...for example...copy highlighted text and paste text?


    2. In truebasic you could easily read data to an array by using a code such as
    Code:
    for x=1 to 10
    read alpha$(x)
    next x
    data a,b,c,d,e,f,g,h,i,j
    as far as I can tell the read statement has been abolished in VB 6.

    HELP PLEASE =)
Working...