Friday, November 20, 2009

TestComplete: Random Function

function Random(min,max)

Randomize()
Random =Int ((max-min+1)*rnd+min)

end Function

No comments:

Post a Comment

I welcome your comment, will respond and post it at the earliest:)