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
as far as I can tell the read statement has been abolished in VB 6.
HELP PLEASE =)
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
HELP PLEASE =)