Showing posts with label vb script to insert blank lines into text file. Show all posts
Showing posts with label vb script to insert blank lines into text file. Show all posts

qtp script to insert blank lines into text file-vb script to insert blank lines into text file


qtp script to insert blank lines into text file



Dim a,b

Set a=CreateObject("Scripting.FileSystemObject")

Set b=a.CreateTextFile("c:\qtp.txt", True)

b.WriteLine("hiii")

b.WriteBlankLines(5)

b.WriteLine ("helloooo")

b.Close




Related Posts Plugin for WordPress, Blogger...

Fun and Knowledge