xHarbour Reference Documentation > Preprocessor Reference |
User defined command or translation rule for the preprocessor.
#xcommand <searchPattern> => <resultPattern> #xtranslate <searchPattern> => <resultPattern>
The #xcommand and #xtranslate directives work exactly like #command and #translate with the exception, that they match all characters of keywords. #command and #translate match keywords only up to the first four characters.
See also: | #command | #translate, #xuncommand | #xuntranslate |
Category: | Preprocessor directives |
// See the example for #command | #translate
http://www.xHarbour.com