The SDL Component Suite is an industry leading collection of components supporting scientific and engineering computing. Please visit the SDL Web site for more information.... |
Home ![]() ![]() ![]() ![]() |
|||||||||||||||
See also: LoadFromFile, SaveToStream | |||||||||||||||
StoreOnFile |
|||||||||||||||
The function StoreOnFile stores the values of the vector elements in a simply formatted ASCII file. The parameters FirstElem, and LastElem, define the range of the vector to be stored on the file. The parameter FileName contains the file name specification. StoreOnFile returns a TRUE value if the vector elements have been stored successfully. In the case of TVector (floating point numbers) the parameter Precision (declaration [1]) determines the format and the number of decimal places used for storing the data:
|