TheString := 'abcdefg';
IF DELCHR(TheString,'=',DELCHR(TheString,'=','a')) <> '' THEN
MESSAGE('a is in string');
IF DELCHR(TheString,'=',DELCHR(TheString,'=','x')) <> '' THEN
MESSAGE('x is in string');
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
TheString := 'abcdefg';
IF DELCHR(TheString,'=',DELCHR(TheString,'=','a')) <> '' THEN
MESSAGE('a is in string');
IF DELCHR(TheString,'=',DELCHR(TheString,'=','x')) <> '' THEN
MESSAGE('x is in string');
Regards,Alain Krikilion No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
Answers
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
FOR I := 1 to ARRAYLEN(Array) DO
BEGIN
IF Array IN THEN BEGIN
//do something here
END;
END;
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
IF Array IN [ 'a','r','h' ] THEN BEGIN
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!