Of course we can , I was thinking way too much to find a function like instr , I don't know if any function available for this
Sent from my iPhone On Apr 24, 2012, at 10:45 AM, Anish Pillai <[email protected]> wrote: > Can't that be done using If condition as shown below?? > > If UserInputData >= iLwrBound and UserInputData <= iUprBound Then > msgbox "value in range" > Else > msgbox "value not in range" > End If > > > Cheers, > a n i s h > > [QTP Tutorial] | [VBScript Tutorial] | [QTP Blogs] > > [** Subscribe to Get New Posts in your Inbox **] > > > On Tue, Apr 24, 2012 at 9:14 PM, Anish Pillai <[email protected]> > wrote: > Can't that be done using if condition like this... > > > If UserInputData >= iLwrBound and UserInputData <= iUprBound Then > msgbox "value in range" > Else > msgbox "value not in range" > End If > > > Cheers, > a n i s h > > [QTP Tutorial] | [VBScript Tutorial] | [QTP Blogs] > > [** Subscribe to Get New Posts in your Inbox **] > > -- > ar > > > > > -- > Regards, > Anish Pillai > My QTP Blog > > -- > You received this message because you are subscribed to the Google > "QTP - HP Quick Test Professional - Automated Software Testing" > group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/MercuryQTP?hl=en -- You received this message because you are subscribed to the Google "QTP - HP Quick Test Professional - Automated Software Testing" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/MercuryQTP?hl=en
