hi
i am making an app that will call sepcial numbers to get a reply from the operator mainly it will be used to charge the prepaid line
ex: *111*1233#
i mannaged to make almost 90% of it but i just cant add the hash #
here is the code that will load some numbers and add them to the call
Hash="#" system.openURL( "tel:\*141\*"..tostring(IDNumber).."\*"..tostring(ChargeN)..tostring(Hash) )
ID number is just a number for the person ID
the ChargeN is the prepaid card number
this works and it call the *141*PLUS-THE-ID–PLUS the STAR* – PLUS the CharegN . but it didnot add the hash and the end
i tried another way
system.openURL( "tel:\*141\*"..tostring(IDNumber).."\*"..tostring(ChargeN).."#" )
no luck also
any ideas ?
it works .