「$OutputName」:修訂間差異
跳至導覽
跳至搜尋
無編輯摘要 |
無編輯摘要 |
||
| (未顯示同一使用者於中間所作的 4 次修訂) | |||
| 第4行: | 第4行: | ||
<font size=3> | <font size=3> | ||
This function tells what the output name should be | This function tells what the output name should be. | ||
</font> | </font> | ||
=='''Example'''== | =='''Example'''== | ||
| 第12行: | 第11行: | ||
test | test | ||
All the first few words of output files name are ''' | All the first few words of output files name are '''test.''', such as '''test.fld.par''', '''test.step-n.Ex.dat''' and so on. | ||
$OutputName | $OutputName | ||
If you do not give a name, the | If you do not give a name, the program outputs default file name. | ||
== '''Related commands''' == | == '''Related commands''' == | ||
: [[$OutputDirectory]] | : [[$OutputDirectory]] | ||
於 2021年1月31日 (日) 17:51 的最新修訂
Format
$OutputName name // name is a string.
This function tells what the output name should be.
Example
$OutputName test
All the first few words of output files name are test., such as test.fld.par, test.step-n.Ex.dat and so on.
$OutputName
If you do not give a name, the program outputs default file name.