‎2007 Feb 09 8:01 AM
Hi,
Its possible somehow to implement FIND string IN BYTE MODE
but with IGNORING CASE?
Example: I want to find first occurence of "<Element>" in xstring but dont know the case (it can be "<ELEMENT>" or ""<element>""
FIND sub_string
IN section_of dobj
[ IN { BYTE MODE]
[ { RESPECTING | IGNORING } CASE ]
thanks,
martin
‎2007 Feb 09 8:04 AM
Hi,
If you just want to Ignore the case of the String, You can just convert the string characters to either uppercase or lowercase before using FIND command.
regards,
Mahesh
‎2007 Feb 09 8:04 AM
Hi,
If you just want to Ignore the case of the String, You can just convert the string characters to either uppercase or lowercase before using FIND command.
regards,
Mahesh
‎2007 Feb 09 8:11 AM
IN BYTE MODE.
This addition cannot be used with either IGNORING CASE or RESPECTING CASE.
regards
shiba dutta