How many types of procedures are available in the vbscript language?
No Answer is Posted For this Question
Be the First to Post Answer
write a vb script to display 3*3 matrix
Mention how to assign a date value to a variable?
Hi Friends, I am facing some issues with If,else condition,i.e. i am working on some web page for ex:gmail page.now if i want to check if username is incorrect or already exist,i want to display error message in my test report,for this i am using a simple code first,i.e. If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "Shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If But still i am getting a syntax error If Browser("Gmail: Email from Google").Page("Gmail: Email from Google").WebEdit("Email").Set "shekhar.g"= true Then Msgbox ("Username Does not Exist!") Else msgbox ("Welcome !") End If I don't feel any thing wrong in this syntax but i don't understand why it shows such error,i am confused what went wrong,please help me out & do the favor,thanks a lot....
Mention the environments where vbscript could be run?
Hi everybady, i have faced few Qns in one of i attended interview, please help me out with these below Qns. 1. how to join values without using join function? 2. how to compare values without using String compare function? 3. input is Bangalore, but i need output like this below format, what is function to use and get this outcome B A N G A L o R E 4. Input is "CapGemini" but uotput should be like this "inimeGpaC" 5. Input is 1 1 2 1 2 3 1 2 3 4 1 2 3 4 5 Can someone let me know results of this Qns, please. Thanks.
write a vb-script code to delete all the mails in my gmail in the year 2011
write a vb script to display the code "vbscripting" alphabet by alphabet(i e 1st v then b and up to g)
How will you get a string with the specified character the specified number of times in vbscript?
Why do we use Option Explicit?
Explain vbscript in detail?
write a vb script to display the number is odd or even and whether it is divisible by 9 or not
print the array values in ascending order?