09-07-2013, 04:49 AM
Hi,
I use Array.
You need know the valid value for the object control.
Regards.
I use Array.
Code:
MyArray(2)
MyArray(0)="lkjdñlaskdjas"
MyArray(1)="123456"
MyArray(2)="$%&$"
for i=0 to ubound(MyArray)
Windows("some").Dialog("some").WinEdit("some").Type MyArray(i)
'valid message o invalid message
reporter.reportevent micPass .... or reporter.reportevent micFail...
next
You need know the valid value for the object control.
Regards.