I am trying to change a value based on if another variable is Even or Odd.
Mod1 = "KX"
ICD=25001 This variable changes
This is the part giving me problems. I know this would not work just showing what I want to do.
If (ICD=Odd) then
Mod1 = "KS"
End if
Much Thanks in advance.
AJ
Do you feel lucky?
Mod1 = "KX"
ICD=25001 This variable changes
This is the part giving me problems. I know this would not work just showing what I want to do.
If (ICD=Odd) then
Mod1 = "KS"
End if
Much Thanks in advance.
AJ
Do you feel lucky?