简体   繁体   中英

Displye IMEI in B4a

I want Displaye IMEI in B4a but i have error in my code

Basic4android

Dim pi as PhoneId
Dim a as String
a=pi.GetDdeviceId
toastmessage(a,true)

basic4android

You have a spelling error when writing codes. Write like this:

Dim pi As PhoneId
Dim a As String
a=pi.GetDeviceId
ToastMessageShow(a,True)

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM