This option allows you to change characters and character combinations in your database and text files. If you choose the Reform option you will be given a dialogue box with the following entries:
Suppose you have a file called span
Remember that the order is significant here: if you enter
It is recommended to backup your files before attempting to Reform them: the Reform procedure does not have any undo mechanism and you may accidentally ruin your data.
Be especially cautious trying to change sequences containing control
characters like "\". It is highly recommended to use the xBase
Chr() function
in these cases. For example, if you wish to change the sequence
"\B" to "\I"
and "\b" to "\i" (bold to italic) you should write:
The function Chr() is convenient also when you want to process spaces
(Chr(32)) or semicolons (Chr(59)) which otherwise will be understood as
delimiters. E.g., if you wish to change the sequence "space + semicolon" to
"space + comma", the expression