setValue()
and SetValue()
are two different things. Names are case sensitive. That’s why compiler couldn’t find setValue()
since you typed SetValue()
!
setValue()
and SetValue()
are two different things. Names are case sensitive. That’s why compiler couldn’t find setValue()
since you typed SetValue()
!