Jump to content
  • 0

Opslaaan als PDF met variable


HMJR

Question

5 answers to this question

Recommended Posts

  • 0

Examples of using variables in file paths
Assume the following variables:
$fileName = "test.xls"
$username = "JohnSmith"
$searchList = "file:old results.txt
              file:../archived/old results.txt"
To	 Path list entry	 Resolved path list
Specify one or more directories in a path
file:$username/$fileName
file:JohnSmith/test.xls
Specify one or more complete paths
$searchList
file:old results.txt
file:../archived/old results.txt

 

of kijk hier : http://www.adequaat.be/techniekfiles/Variabelen.fp8.zip en http://www.adequaat.be/techniekfiles/VariableExport.fp8.zip

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...