Level 1 - Foundation Training lesson3연습문제에서 오류가 납니다

안녕하세요
CSV를 불러와서 닉네임을 만드는 연습문제를 하고 있는데요

  • Drag an Assign activity into the body of the For Each loop.
    • Add the firstName variable in the To field of the activity
    • In the Value field, type row(“First”).ToString

Drag another Assign activity into the body of the For Each loop, after the one we have just created.

  • This time, add the lastName variable in the To field of the activity
  • In the Value field, type in: row(“Last”).ToString

이걸 하면 row(“First”).ToString, row(“Last”).ToString 이 두 부분에서 Option Strict On에서는 런타임에 바인딩을 사용할 수 없습니다. 라고 오류가 뜹니다 ㅠㅠㅠ 예제 설명대로 똑같이 했는데, 이렇게 오류가 나는 이유가 무엇인가요??

감사합니다

오류로 질문을 두 번 올렸는데, 둘 다 답해주셔서 감사합니다!

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.