[back] [prev] [next] [index] [root]

 


FLDout

Writes an order using the FLD format.

Syntax:

FLDout(o [, name | file]);

Order
  o  
String
  name  
filename to use
File
  file  
opened for writing

See also:  Open, Close, LOFILES, FLDin, ECHOon, ECHOoff

Description:

Dumps an order using the FLD format. Depending on the (optional) second parameter it is written to the standard output stream (your terminal) or to a file. Be careful when giving a file name: the file will be opened for writing and possibly its contents destroyed. If you want to append your order to an existing file you have to open it using mode="a" to append (see Open). Combined with FLDin this function may be used to produce tables of orders. Using the FLD format you are able to store information like an integral basis, units and the class group, and to retrieve it in a later KASH session. For information about the FLD format see FLDin.


<- back[back] [prev] [next] [index] [root]