yes,
and it is crashing on one of the users (he has galaxy s3 with 4.04)
Sub VR_Result (Success As Boolean, Texts As List)
If Success = True Then
AllResults=Texts ' get all results into list
First_Result=Texts.Get(0) 'get first result
Find_Command
End If
End Sub