in Visual Foxpro i can use = for compare two strings equal like: 'a' = 'ab' is true because the minor string is equal to the same part of size of the bigger string 'a' = 'a' but when i need use exact comparing string i use:
'a' == 'ab' is false because not match exactly. how i can do this behavior in SAP DB? Regards --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.grisoft.com). Version: 6.0.427 / Virus Database: 240 - Release Date: 06/12/2002 _______________________________________________ sapdb.general mailing list [EMAIL PROTECTED] http://listserv.sap.com/mailman/listinfo/sapdb.general
