The following statements are used if it is necessary to make similar changes to text occupying a large range. They can be used in EDT procedures to automate frequently recurring changes.
@COLUMN | Inserts or replaces text in existing work file lines or string | F mode |
@CONVERT | In line ranges, converts lowercase characters to uppercase | F mode |
@CREATE (Format 1) | Creates a line with the specified content. | F mode |
@CREATE (Format 2) | Assigns a string to a string variable. | F mode |
@CREATE (Format 3) | Reads a string from the terminal or from | F mode |
@CREATE (Format 4) | Reads a string from the terminal or from | F mode |
@ON (Format 6) | Searches for a string and replaces the hit string with the | F mode |
@ON (Format 7) | Searches for a string and inserts text before or after the hit | F mode |
@PREFIX | Prefixes each line or string variable in the specified range | F mode |
@SDFTEST | Checks whether a line range contains syntactically correct | F mode |
@SEPARATE | Breaks a line or line range into multiple lines. The point at | F mode |
@SORT | Sorts contiguous line ranges in the current work file in | F mode |
@SUFFIX | Inserts a string at the end of each line or string variable in | F mode |
@TABS (Format 3) | Expands software tabulators in work files and | F mode |
@UPDATE | This statement is now only supported in compatibility mode. | L mode |