📁 TxtFile
📄️ Structure
FortranFile is extended to create a txtfile. The content is in ASCII.
📄️ TxtFile Example 1
In this example we create an instance of [[TxtFile_]], then we open it and write some data to it.
📄️ TxtFile Example 10
This example shows the usage of Write methods to write a matrix.
📄️ TxtFile Example 2
In this example we show how to use ReadLine function.
📄️ TxtFile Example 3
This code reads a markdown file and extracts the fortran code
📄️ TxtFile Example 4
This example shows the usage of getTotalRecords methods
📄️ TxtFile Example 5
This example shows the usage of Read methods to read a scalar.
📄️ TxtFile Example 6
This example shows the usage of Read methods to read a vector.
📄️ TxtFile Example 7
This example shows the usage of Read methods to read a matrix.
📄️ TxtFile Example 8
This example shows the usage of Write methods to write a scalar.
📄️ TxtFile Example 9
This example shows the usage of Write methods to write a vector.