Home › Forums › V-Control General › [Solved] React on Device Events › Reply To: [Solved] React on Device Events
June 2, 2016 at 09:27
#1188
Participant
Franziskus,
I think the reason is that
RFID = IOResult.Left(first)
returns the string plus the CR
try to change this to
RFID = IOResult.Left(first-1)