BR FileName$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
The '''BR_FileName$''' [[internal function]]  will return the BR! translation of [[OS_FileName$]] into a BR! File name.
The '''BR_FileName$''' [[internal function]]  will return the BR! translation of [[OS_FileName$]] into a BR! File name.
BR_FileName$("os-filename")
The command above will return the BR! translation of an [[operating system]]'s file name into a BR! file name.


==Syntax==
==Syntax==
[[image:brfilename.png]]
BR_FileName$("<os-filename>")
[[image:brfilename.png]]<br>
Note that placing a colon in front of an OS filename tells BR to use the name without further processing after stripping the colon. However, using a leading colon here would be redundant and would prevent BR from properly converting the OS filename to a BR filename. So in this instance please omit the leading colon.


==History==
==History==
#Introduced in [[Business Rules!|BR!]] 4.18
#Introduced in [[Business Rules!|BR!]] 4.18
==Example==
[[image:filenameex.jpg]]


<noinclude>
<noinclude>

Latest revision as of 01:17, 25 November 2014

The BR_FileName$ internal function will return the BR! translation of OS_FileName$ into a BR! File name.

Syntax

BR_FileName$("<os-filename>")


Note that placing a colon in front of an OS filename tells BR to use the name without further processing after stripping the colon. However, using a leading colon here would be redundant and would prevent BR from properly converting the OS filename to a BR filename. So in this instance please omit the leading colon.

History

  1. Introduced in BR! 4.18

Example