Hi
I am having one folder with set of text files now i want to
read and write that text files data into QTP. Any help
plsss.
Answer / gyanesh ranjan rout
Dim fso,f
Set fso=createobject("scripting.filesystemobject")
Set f=fso.OpenTextFile("c:\text.txt", 2, True)
f.Write("how r u")
Set f=fso.OpenTextFile("c:\text.txt", 1)
readalltextfile= f.ReadAll
msgbox readalltextfile
| Is This Answer Correct ? | 1 Yes | 0 No |
how to get date format from system locale..format means neither long nor shor... format from system locale. i need like your date is mm/dd/yyyy formate or mm-dd-yy or with time like that. how to get.
In qtp, how to use XML files for framework. if the XML files are more Efficient than Excel files?
how to display all the links in one page using vb script in qtp.
1 Answers DST Global Solutions,
How to declare an array in vbscript?
What's the difference between vbscript and vb.net?
In html file what is an ideal position to include vbscript?
How can you destroy an object in vbscript?
write a vb script create 5 folders test1 test2 test3 test4 test5
How regexp.execute method works?
How to remove the spaces in a string Ex: "this is apple"
What is a difference between scripting language and programming language?
Can someone please tell me what poor design in a relational database (not the layout or style) is and how it can be avoided? PLEASE...im desperate.