John Ward
2018-07-24 15:46:41 UTC
I need to perform a large update to Clipper code and thought it would be easier to use #translate or #xtranslate.
I have a field I need to change the name on.
I need to change:
dbname1->fieldname1
to:
dbname1->fieldname2
I figure out how to do the simple version and just reference the field name, but I am concerned about the impact.
#xtranslate fieldname1 => fieldname2
Does anyone know the sytnax to include the ">" as part of the translate matchPattern?
This syntax does not work:
#xtranslate '>ownconstate' => '>ownconstat'
I have a field I need to change the name on.
I need to change:
dbname1->fieldname1
to:
dbname1->fieldname2
I figure out how to do the simple version and just reference the field name, but I am concerned about the impact.
#xtranslate fieldname1 => fieldname2
Does anyone know the sytnax to include the ">" as part of the translate matchPattern?
This syntax does not work:
#xtranslate '>ownconstate' => '>ownconstat'