Type: | Module | Parent Module: | N/A |
The built-in converter deletes certain commands from methods during the initial conversion from Omnis 7 to Omnis Studio. For example "Parameter..." commands are removed. If the line removed was at the start of a method and was previously followed by blank lines, then the resulting Omnis Studio method may start with one or more blank lines. This module searches all methods and removes any blank lines that are found at the top of the method prior to the first actual line of code.
The name of this module is prefixed with 'x' because it needs to run at the end of the O$Converter process in order to remove any blank lines at the top of methods that have been introduced by other preceding converter modules. This might happen for example, if a preceding module removed a redundant command from the top of method that was followed by a blank line. The blank line would now be the first line of the method and should be removed.