Source code: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 2: Line 2:


Several methods may be employed to create source code, including, but not limited to:
Several methods may be employed to create source code, including, but not limited to:
*[[List]] <path\source_file.br >path\destination_file.brs
*[[List]] >path\filename.brs
*[[List]] >path\filename.brs
*[[Save]] path\filename.brs,source
*[[Save]] path\filename.brs,source

Latest revision as of 13:32, 4 August 2014

Business Rules! source code is generally saved in a .brs or .wbs file extension. These files are editable in any text editor.

Several methods may be employed to create source code, including, but not limited to:

  • List <path\source_file.br >path\destination_file.brs
  • List >path\filename.brs
  • Save path\filename.brs,source
  • Replace path\filename.brs,source
  • Edit
  • BR2BRS

See also SOURCE parameter for the Replace command.