← Previous ChangeTicket Comment HistoryNext Change →

Changes between Initial Version and Version 1 of Ticket #1011, comment 2


Ignore:
Timestamp:
2011-06-22 19:03:29 (13 years ago)
Author:
jeroens
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1011, comment 2

    initial v1  
    77Let's figure out what is expected to happen 
    88  
     9 
     10{{{ 
     11' ================================================ 
    912' EwE5 code 
    10 Public Sub DoDatValCalculations(NdatYear As Integer, NdatType As Integer, DatVal() As Single, ReadingCsvFile As Boolean) 
     13' ================================================ 
     14Public Sub DoDatValCalculations(NdatYear As Integer, _ 
     15                                NdatType As Integer, _ 
     16                                DatVal() As Single, _ 
     17                                ReadingCsvFile As Boolean) 
    1118    .. 
    1219    .. 
     
    2532    .. 
    2633 
     34 
     35}}}