Wiki source code of LoadFile
Version 5.1 by Outhman Moustaghfir on 2022/12/12 17:45
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | = Use = | ||
2 | |||
3 | To load a file using a fileID, we must define the fileID or an array of fileIDs inside the input like : | ||
4 | |||
5 | The input should start with the '§' character like the following example: '§62f139e19871dc0b99484b06' | ||
6 | |||
7 | [[image:2022-12-12_17h35_33.png]] | ||
8 | |||
9 | |||
10 | To combine Path with fileID you can mention them both on Path input example : '${iXEnvPath}/format/FormatExcel.xml§62f139e19871dc0b99484b06' | ||
11 | |||
12 | [[image:2022-12-12_17h37_16.png]] | ||
13 | |||
14 | |||
15 | To use multiple fileIDs, you can separate them by ';' as: '${iXEnvPath}/format/FormatExcel.xml§62f139e19871dc0b99484b06;62f139e19871dc0bcc424c23' | ||
16 | |||
17 | |||
18 | |||
19 |