Is the "VR_Result" the only way to read a VR.Listen(), I saw the VR.Listen2() but i dont understand intents well enough to even know if it will do what i need. I am looking for a way to auto-call the vr feature for each edittext view/field. i have a very messy way of doing it using a select statement and changing the value of a variable with each run through. I was wondering if anyone could help me with intents if that is a better way to go or if there is a plan for something like vr.listen(result_sub) being able to put in sub result_sub(uccess As Boolean, Texts As List) or something like that