Hello,
I'm a new user and beginner
I try this simple code:
Sub Activity_Create(FirstTime As Boolean)
Dim p As PhoneCalls
StartActivity(p.Call("1234567890"))
End Sub
but i have an error:Unknown type: PhoneCalls
i have download this library: phone
Any helps?
I'm a new user and beginner
I try this simple code:
Sub Activity_Create(FirstTime As Boolean)
Dim p As PhoneCalls
StartActivity(p.Call("1234567890"))
End Sub
but i have an error:Unknown type: PhoneCalls
i have download this library: phone
Any helps?