Hello everybody
I have just implemented a hashtable in my application, which runs perfectly
fine on the desktop.
But I cannot compile it for the device, as I get an error stating I should use the "Control (Name, Type)"-Version...
This is the version, working only on the desktop:
arrayIn is a string with the name of the hashtable, tempArray is an array where I take out values and insert them into the hashtable (using "i" as the key).
As stated before, this works perfectly well on the desktop, but does not compile for the device. :sign0085:
Any help is greatly appreciated
Thanks and best regards,
Chris
I have just implemented a hashtable in my application, which runs perfectly
fine on the desktop.
But I cannot compile it for the device, as I get an error stating I should use the "Control (Name, Type)"-Version...
This is the version, working only on the desktop:
B4X:
Control(arrayIn).AddOrUpdate(i, SubString (tempArray(i).Text,0, 2))
arrayIn is a string with the name of the hashtable, tempArray is an array where I take out values and insert them into the hashtable (using "i" as the key).
As stated before, this works perfectly well on the desktop, but does not compile for the device. :sign0085:
Any help is greatly appreciated
Thanks and best regards,
Chris