Source code: Difference between revisions
Jump to navigation
Jump to search
(Created page with "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 ...") |
No edit summary |
||
(One intermediate revision by one other user not shown) | |||
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 | ||
Line 7: | Line 8: | ||
*[[Edit]] | *[[Edit]] | ||
*[[BR2BRS]] | *[[BR2BRS]] | ||
See also SOURCE parameter for the [[Replace]] command. | |||
<noinclude> | <noinclude> | ||
[[Category:Needs Help]] | [[Category:Needs Help]] | ||
</noinclude> | </noinclude> |
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.