#xcommand | #xtranslate
Specify a user-defined command or translation directive
------------------------------------------------------------------------------
Syntax
#xcommand <matchPattern> => <resultPattern>
#xtranslate <matchPattern> => <resultPattern>
Arguments
<matchPattern> is the pattern to match in the input text.
<resultPattern> is the text produced if a piece of input text
matches the <matchPattern>.
Description
The #xcommand and #xtranslate directives work like #command and
#translate except that they overcome the dBASE keyword length
limitation. They are significant beyond the first four letters, limited
only by available memory. All other rules apply.
See Also: #command