KaNi-MaKi
February 1st, 2010, 09:37 PM
result = CallObj.GetDigits(4, 10, digitstring) -> 4 digits to enter, 10s of waiting time, digitstring as string
digitstring = CallObj.DetectedDigits -> DetectedDigits is to detect the 4 digits enter by the user
Log(" ID: " & digitstring) -> to display the digits
beside using Log , can it be done by using textbox ???
digitstring = CallObj.DetectedDigits -> DetectedDigits is to detect the 4 digits enter by the user
Log(" ID: " & digitstring) -> to display the digits
beside using Log , can it be done by using textbox ???