BR FileName$: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
BR_FileName$("<os-filename>")
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.


Line 6: Line 4:


==Syntax==
==Syntax==
BR_FileName$("<os-filename>")
[[image:brfilename.png]]
[[image:brfilename.png]]


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


<noinclude>
<noinclude>

Revision as of 19:42, 20 May 2014

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

The internal function above will return the BR! translation of an operating system's file name into a BR! file name.

Syntax

BR_FileName$("<os-filename>")

History

  1. Introduced in BR! 4.18

Example