Home > Net >  Not that the correct definition
Not that the correct definition

Time:09-28


Public Structure Struct_Zsz
Dim Name, AliasName PmpBm As String
Dim PumpList As ArrayList
Dim the JsP, the JsE, JsW As Double
Dim ActQ ActZc, ActGY ActBY, ActDH, ActHD, ActRunTime As Double
Dim pmpTubeDeltaP, PmpInWaterP As Double
Dim OutZszTubeNum As Integer
Dim TankNum As Integer
'stuct_Cell * Cell
'stuct_Tube * Tube
End Structure

Under the code above have defined the, why Zsz or declaration undefined
Public Sub LinkZszPara (ByRef Q As Single)
Q=0
For I=0 To ZszNum - 1
Q += Zsz (I) ActQ
Next
End Sub

CodePudding user response:

Zsz stated in where?

CodePudding user response:

Changed, defines the Public Zsz As Struct_Zsz ()

CodePudding user response:

Is the name of you define Struct_Zsz instead of ZSZ
  • Related