- Регистрация
- 01.02.2012
- Сообщения
- 4 868
- Благодарностей
- 1 194
- Баллы
- 113
I suppose it is not version related. But such C# code returns me error:
return project.Json.modriadata.asm-_prop-city;
Error in action "CS0103" "The name 'city' does not exist in the current context". [Row: 0; Column: 42]
When I use action set to variable {-Json.modriadata.asm-_prop-city-}
All works good.
return project.Json.modriadata.asm-_prop-city;
Error in action "CS0103" "The name 'city' does not exist in the current context". [Row: 0; Column: 42]
When I use action set to variable {-Json.modriadata.asm-_prop-city-}
All works good.