Ola
for some reason unknown my code is running an exception when I create a list like
and then try and execute a
into it
What am I missing?
When does this happen?
My app is not running and I click a notification, the app gets activated, the error happens, however as soon as I remove the flds.add("x") on the code, everything works well.
for some reason unknown my code is running an exception when I create a list like
B4X:
Dim flds As List = Array As String("msgtopic", "msgtitle", "msgbody", "msgdeviceid", "msgtype", "msgdate", "msgtel1", "msgtel2", "msglat", "msglon", "msgseqnumber", "messageid")
and then try and execute a
B4X:
flds.add("x")
into it
What am I missing?
When does this happen?
My app is not running and I click a notification, the app gets activated, the error happens, however as soon as I remove the flds.add("x") on the code, everything works well.