ello everyone,
First of all, I hope everyone is safe and healthy. I have a code written in VBA that runs in the ArcGIS environment (GEPIC). The code is linked with an executable file (EPIC.exe). During the executable run, the results are written in text files. The issue is that the executable run stops before all the results are written in text files. It does not display any message. A part of the code is attached. Thank you all in advance.
in line 42, 43, the original code format was
Dim i As Long
Dim X, Y As Single
I have changed both dimensions as Double
and in line 333
Dim DEM As Integer
Dim Slope As Integer
Dim s As Single
Dim Landuse As Integer
Dim Soil As Integer
Dim Climate As Long
Dim IRR As Integer
Dim Area As Integer
Dim Country As Long
'Dim FER As Integer
Dim MaxIrr As Integer
Dim ColNo As Integer
Dim RowNo As Integer
I also have changed all the dimensions as Double
I apologize if I did not put the issue right. I am a junior software developer in VBA.
First of all, I hope everyone is safe and healthy. I have a code written in VBA that runs in the ArcGIS environment (GEPIC). The code is linked with an executable file (EPIC.exe). During the executable run, the results are written in text files. The issue is that the executable run stops before all the results are written in text files. It does not display any message. A part of the code is attached. Thank you all in advance.
in line 42, 43, the original code format was
Dim i As Long
Dim X, Y As Single
I have changed both dimensions as Double
and in line 333
Dim DEM As Integer
Dim Slope As Integer
Dim s As Single
Dim Landuse As Integer
Dim Soil As Integer
Dim Climate As Long
Dim IRR As Integer
Dim Area As Integer
Dim Country As Long
'Dim FER As Integer
Dim MaxIrr As Integer
Dim ColNo As Integer
Dim RowNo As Integer
I also have changed all the dimensions as Double
I apologize if I did not put the issue right. I am a junior software developer in VBA.