How can I search within a String Value?
Posted: Wed Apr 21, 2010 3:33 am
Hi...
How Can I find a string value within another one and get Start Index?
eg in Crystal report :
numberVar X;
X := InStr("This is a sample text","is"); // Return 5
How Can I find a string value within another one and get Start Index?
eg in Crystal report :
numberVar X;
X := InStr("This is a sample text","is"); // Return 5