Changes

Jump to navigation Jump to search
51 bytes added ,  11:24, 5 December 2013
Line 10: Line 10:  
*FINDB is used with languages that use the double-byte character set (DBCS).
 
*FINDB is used with languages that use the double-byte character set (DBCS).
 
*The default language of your computer will result in the return value
 
*The default language of your computer will result in the return value
#FIND counts each character. It wont depend on default language setting.
+
#<math>FIND</math> counts each character. It wont depend on default language setting.
# FINDB counts double-byte character as 2.
+
#<math>FINDB</math> counts double-byte character as 2.
*FIND and FINDB are case sensitive. It won't allow wildcard characters.
+
*<math>FIND</math> and <math>FINDB</math> are case sensitive. It won't allow wildcard characters.
 
*If <math>text</math> is "" (NULL), FIND matches with the first character in the search string.
 
*If <math>text</math> is "" (NULL), FIND matches with the first character in the search string.
 
It will return ERROR when:
 
It will return ERROR when:
writer
5,435

edits

Navigation menu