Forum Discussion
praveensqa
13 years agoContributor
Thanking you.
Yes. But i have the scenario like this
Unit is Te2
'USEUNIT Te3
Sub pro
dim va
Va=10
End Sub
Unit is Te3
'USEUNIT Te2
Function Te3
Te2.pro// for calling Te2 Pro--- Fine.
\\ Here i need to get the Va variable value from unit Te2
if i type Te2.Va--- Ok, but while execute the test i am getting object doesn't support the Exception is coming.
How i will get Va value in this unit. is there any method?
End Function
Regards,
Praveen
Yes. But i have the scenario like this
Unit is Te2
'USEUNIT Te3
Sub pro
dim va
Va=10
End Sub
Unit is Te3
'USEUNIT Te2
Function Te3
Te2.pro// for calling Te2 Pro--- Fine.
\\ Here i need to get the Va variable value from unit Te2
if i type Te2.Va--- Ok, but while execute the test i am getting object doesn't support the Exception is coming.
How i will get Va value in this unit. is there any method?
End Function
Regards,
Praveen
Related Content
- 5 years ago
- 3 years ago
Recent Discussions
- 10 hours ago