filter the array values without using filter function?
No Answer is Posted For this Question
Be the First to Post Answer
Which function is used in the vbscript language to convert the specified expression into a date type value?
what is resorceallocation
Explain about tristate constants in vbscript?
How can we return a value from User Defined Function ? For Eg. we have 2 functions. In Fun1 i am getting 2 values (a,b) and i am addding those 2 and storing in to another var (c). Now i want to pass that var(c) to another function (fun2). What will be the script?
Mention if qtp generates vbscript code as we record actions, can't it possible to directly write using vbscript code when qtp does the same thing too?
How will you reverse a string in vbscript?
How to identify column in VSFlexgrid? My VSFlexgrid window is identified as 'Active X Control'
Explain the difference between POST and GET Method.
which one is more secure vb script or java script ??????? or both are same ??????
what is test scenario?
How to replace junk code recorded by QTP with a mall function.
what is diff b/n these 2 programs 1) for i=5 to 1 step 2 msgbox "pass" next 2_) for i=5 to 1 step -2 msgbox "pass" next