Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X
We are upgrading a ThingWorx 7.3 based server to 8.3. I noticed that we now receive a warning when using a syntax like
for each (var row in myInfotable.rows)
However, when I try to save the attached example then it seems to work. Does Rhino in ThingWorx 8.3 support the syntax in the example or not? I understand we should try to avoid this but I want to know if we can expect problems during the migration?
Many thanks
Erik
Solved! Go to Solution.
Thanks this is what I suspected as well. Will mark as correct when we have done the update.
Just my thoughts, but I think this is a problem with the code inspector itself (they may reused from a browser side code inspector and they missed to remove this check).
Thanks this is what I suspected as well. Will mark as correct when we have done the update.