FLAM Issue Tracker - FL5
View Issue Details
0000661FL54. Element, Byte, Record or other APIpublic2015-03-16 10:232015-04-15 15:06
Falk Reichbott 
Falk Reichbott 
normalfeatureN/A
resolvedfixed 
GeneralGeneralGeneral
5.1 
5.25.1.05 
0000661: Support parameter files for flucconv() and other subprograms on command level
Currently it is not possible to use a parameter file from FLCL (flcl conv=para.txt) in a call to FLUCUP (flucconv("conv=para.txt")).

It is only possible to use 2 parameter files:

   flucconv("read=readpara.txt write=writepara.txt")

It would be better if a reuse of the para.txt file possible in this case.
No tags attached.
Issue History
2015-03-16 10:23Falk ReichbottNew Issue
2015-03-16 10:23Falk ReichbottStatusnew => assigned
2015-03-16 10:23Falk ReichbottAssigned To => Falk Reichbott
2015-03-19 21:04Falk ReichbottNote Added: 0000772
2015-03-19 21:04Falk ReichbottStatusassigned => resolved
2015-03-19 21:04Falk ReichbottFixed in Version => 5.1
2015-03-19 21:04Falk ReichbottResolutionopen => fixed
2015-04-15 15:06Falk ReichbottFixed in Version5.1 => 5.1.05

Notes
(0000772)
Falk Reichbott   
2015-03-19 21:04   
The parameter files used on FLCL level can now also be used at FLUCUP calls.

flcl conv=para.txt <-> r=flucconv("=para.txt")

Simply a sign '=' at the begining tells that a parameter file for the whole command is assigned.