qtp script to read first line of a text file
Dim a,b
Const ForReading = 1
Set a=CreateObject( "Scripting.FileSystemObject" )
Set b=a.OpenTextFile( "C:\qtp.txt",1)
Msgbox b.Readline
qtp script to read first line of a text file-vb script to read first line of a text file
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment