How will you trim the spaces on the left of a string using vbscript?
Answer / allamraju.sai.kumar@gmail.com
we use LTrim function to remove the spaces.
| Is This Answer Correct ? | 0 Yes | 0 No |
How will you release the memory acquired by an array variable in vbscript?
input values to accept 2 numbers & print the product, difference and sum using switch case
accept an email id & validate it .email id should not exceed 25 characters the mail id should contain 3 characters excluding domain name,@ and .(dot) the last 3 characters of the domain should be net,com or org
How to check the particular window is exist or not with out using check points
Write a program to display the numbers in the below format using for loops? 1 2 3 4 5 6 7 8 9 10 11 12 and Write a program to display the numbers in the below format using for loops. 1 2 3 4 5 6 7 8 9 10
write a vb script to generate fibonnaci numbers
what is the features of visual basic?
How to return only alpha bate string from an string str = "bibhu@#$%&das&*)(SUndar"
1. How do declare public variable in vb scripts?
write a vb script create 5 folders test1 test2 test3 test4 test5
How will you get the smallest subscript of an array in vbscript?
Write a program to resize an array of 5 elements to 4 elements and display all the elements.