Hi!!
I've almost finished an app and, suddenly, it raised some weird errors on my app, such as:
1.- App closes when reaches this line:
2.- App closes also when reaches this lines:
In both cases it doesn't like the format:
First case, it raises "Unknown character pattern Y"
On second, it doesn't like the Caps of the map key...
I was using this for long time (from the beginning of the project), without problem.
I didn't made any change on my version before it started to fail...
Anyone has experimented any similar???
Best Regards.
I've almost finished an app and, suddenly, it raised some weird errors on my app, such as:
1.- App closes when reaches this line:
B4X:
DateTime.DateFormat="dd/MM/YYYY"
B4X:
Variables.DataCheck.Put("Data",DateTime.Now)
Variables.DataCheck.Put("Sync",DateTime.Now)
'Being Variables.DataCheck a Map rightly initialized
First case, it raises "Unknown character pattern Y"
On second, it doesn't like the Caps of the map key...
I was using this for long time (from the beginning of the project), without problem.
I didn't made any change on my version before it started to fail...
Anyone has experimented any similar???
Best Regards.