This Blog is a discussion table for general, technical and Business accepts of software testing.
Pages
Home
QTP Interview Questions and Answer
Useful Info
QTP Video tutorial
Books
Saturday, 21 March 2015
'Arrange the Number in sequence
a =
array
(
23
,
1
,
89
,
34
,
234
,
56
,
765
,
345
,
32
,
65
,
3
)
For
i=
0
to
ubound
(a)-
1
If
a(i)>a(i+
1
)
Then
c=a(i+
1
)
a(i+
1
)=a(i)
a(i)=c
End
If
Next
For
j=
0
to
ubound
(a)
temp =temp&
" "
&a(j)
Next
msgbox
(temp)
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment