Changes between Initial Version and Version 1 of Ticket #1011, comment 2
- Timestamp:
- 2011-06-22 19:03:29 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #1011, comment 2
initial v1 7 7 Let's figure out what is expected to happen 8 8 9 10 {{{ 11 ' ================================================ 9 12 ' EwE5 code 10 Public Sub DoDatValCalculations(NdatYear As Integer, NdatType As Integer, DatVal() As Single, ReadingCsvFile As Boolean) 13 ' ================================================ 14 Public Sub DoDatValCalculations(NdatYear As Integer, _ 15 NdatType As Integer, _ 16 DatVal() As Single, _ 17 ReadingCsvFile As Boolean) 11 18 .. 12 19 .. … … 25 32 .. 26 33 34 35 }}}