this isn't triggering when it should.


vb Code:
  1. Public Const BatchStartPosition As Double = 11242.11
  2. picBatch(Index).Left = 11242.11
  3.  
  4.  
  5. If BatchStartPosition = picBatch(i).Left Then
  6.         MsgBox ("Batch is in start position.")
  7.        
  8.        
  9.     End If