Bug ?? phone Lib

tremara1

Active Member
Licensed User
Longtime User
This worked in previous version
B4X:
Dim p As Phone
   lblPhone.text = p.GetLine1Number
now I get the error on compile
HTML:
Compiling code.                         Error
Error compiling program.
Error description: Unknown member: getline1number
Occurred on line: 33
lblPhone.text = p.GetLine1Number
Word: getline1number
 

tremara1

Active Member
Licensed User
Longtime User
thanks......again

Thanks Erel.....
 
Top