it will be true of false based on a few things
due to use of literal numbers, vs constants i cant tell you what it means...
If GammaMode = 2 Then
GetIndicator = (GammaModeState = 2)
ElseIf GammaMode = 3 Then
GetIndicator = (GammaModeState = 2 And GPS.Valid)
Else
GetIndicator = False
End If



LinkBack URL
About LinkBacks

Reply With Quote

Bookmarks