====== SetFrameVariable ======
The function **SetFrameVariable()** gets the name of a frame variable and the value to be saved there as arguments and saves the value of the second argument within the frame variable.
{{:images:sign_warning.png?nolink|}}**Note:** The function **SetFrameVariable()** influences the frame of the current document in the mapping. It accesses the **current source document** of the application. Once used, the settings apply to all resulting documents.
==== Syntax: ====
SetFrameVariable('FrameVariableName', 'Value')
==== Sample: ====
SetFrameVariable('eBiss.DocumentVars.FileName', 'MeineDatei.dat')
===== The following document variables are available =====
[[en:transformation:mappings:framevariables|]]
{{:images:sign_warning.png?nolink|}}**Note:** If you want to change the frame of the target document, use the function [[en:transformation:mappings:funktionen:schreibfunktionen:settargetframevariable]].