Forum Discussion
5 Replies
- jorgesimoes1983Regular ContributorSomething like this?
http://support.smartbear.com/viewarticle/32130/
function compare_string(str1,str2)
{
var strFormat;
switch (aqString.Compare(str1, str2, true))
{
case -1 : strFormat = "\"%s\" is less than \"%s\"."; break;
case 0 : strFormat = "\"%s\" and \"%s\" are equal."; break;
case 1 : strFormat = "\"%s\" is greater than \"%s\"."; break;
}
Log.Message(aqString.Format(strFormat, str1, str2));
} - Hi Pardeep,
What SmartBear product are you using? - psbhardwaj2323Occasional ContributorTest Complete 9
- psbhardwaj2323Occasional ContributorHi Tanya
quote=Pardeep Kumar]Test Complete 9[/quote] - I've moved your question to the appropriate forum.
Guys, what can you suggest?