Dial number with #

Shay

Well-Known Member
Licensed User
Longtime User
Hi

I am using
StartActivity(p.Call(MyPhone))

if MyPhone starts with "#" it will not dial it
if MyPhone contains "#" it will dial till this point
meaning if the number is "*31#1234" it will dial *31
I tried replacing with "p" or "," - did not help
 
Top