1 2 3 4 5 6 |
<?xml version="1.0" encoding="UTF-8"?> <WTEXT> <![CDATA[Clr 유형이 'ConcatString'인 확장 함수 매개 변수 또는 반환 값은 지원되지 않습니다.]]> </WTEXT> |
Extension function parameters or return values which have Clr type ‘ConcatString’ are not supported.
1 2 3 4 5 |
for(int i=0;i<10;i++){ temp = temp + res[i]; // Error => Clr 유형이 'ConcatString'인 확장 함수 매개 변수 또는 반환 값은 지원되지 않습니다. } |
참조 : https://stackoverflow.com/questions/12917802/javascript-with-xlt-formatting-error