File size: 610 Bytes
1de6f3f
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Convert File To ASCII
=========================================

https://github.com/theonetruenerd/VenusPackages/blob/main/ConvertFileToASCII.pkg

The Convert File to ASCII library adds the ability to convert Hamilton files to ASCII files. The function it adds is:

  - :py:func:`ConvertFileToASCII`

.. py:function:: ConvertFileToASCII(variable i_Str_SourceFile)

  This function converts files from binary to ASCII. The file must be a Hamilton file.

  :params i_Str_SourceFile: The path to the file which is being converted.
  :type i_Str_SourceFile: Variable
  :return: None
  :rtype: N/A