OPENFILE: Difference between revisions

From MusiCAD
No edit summary
No edit summary
 
Line 1: Line 1:
'''OPENFILE''' is a command you can use in a [[layout templates|layout template]] to open a music file.
'''OPENFILE''' is a [[template function]] you can use in a [[layout templates|layout template]] to open a music file.


Syntax:
Syntax:
Line 5: Line 5:


With OPENFILE( PREV ); in a [[templates|template]] you open the previous file in a [[playlist]].
With OPENFILE( PREV ); in a [[templates|template]] you open the previous file in a [[playlist]].


{{NavTemplates}}
{{NavTemplates}}


[[nl:OPENFILE]]
[[nl:OPENFILE]]

Latest revision as of 12:54, 5 October 2023

OPENFILE is a template function you can use in a layout template to open a music file.

Syntax:

    OPENFILE( PREV|NEXT|FIRST|LAST|name );

With OPENFILE( PREV ); in a template you open the previous file in a playlist.