how to find the these numbers by using vb scripting(by using for loop)
pls answer me
Thanks
vasu.![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
pls answer me
Thanks
vasu.
![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
![Smile Smile](https://www.learnqtp.com/forums/images/smilies/smile.gif)
Find 1 4 10 22
|
how to find the these numbers by using vb scripting(by using for loop)
pls answer me Thanks vasu. ![]() ![]() ![]()
where do you want to find these numbers from?
1)From a group of numbers? 2)From string? Can you please elaborate?
Hi Vasu,
If i have correctly understood the sequence, it is in the form of n=n*2+2, n starting from 1. The following code will yield this sequence Code: Dim arr(10) //Declare an array which will contain the sequence numbers The array should contain the sequence. |
« Next Oldest | Next Newest »
|