what type of "key" is in this structure?
in my case line 2 causes an "Error data type mismatch" error:Code:foreach myarray as key => value
queried in the troubleshooter, the key content is the uppercase name of the first item, and:Code:foreach myarray as key => value c = lower(key)
what can cause such an error?Code:? type("key") C
Bookmarks