The TRANSFER input statement

Top  Previous  Next

The TRANSFER input statement allows the transfer of data between FlexPDE runs, maintaining the full information content of the original computation. 

 

TRANSFER ( 'filename', name1  [,name2, ...] )

 

The file specified in the transfer input function must have been written by FlexPDE using the TRANSFER output function.  The names listed in the input function will become defined as if they had appeared in a "name=" definition statement.  The names will be positionally correlated with the data fields in the referenced output file.

 

 

Examples:        

Samples | Misc | Import-Export | Transfer_Out.pde

Samples | Misc | Import-Export | Transfer_In.pde