dim i
for i=1 to 10
if (i mod 2<>0) then
msgbox i&"is odd number"
end if
next
above example prints odd numbers from 1 to 10.
qtp script to print odd numbers-script in qtp to print odd numbers from 1 to 10-basic qtp scripts for beginners-qtp sample examples-qtp scripts-qtp
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment