HI
Topics
19 Aug 2022, 11:49
846
5
25 Feb 2019, 20:12
2416
3
Replies
hishalv
19 Aug 2022, 12:28
RE:
PanagiotisCharalampous said:
Hi hishalv,
You need to move textblock outside OnStart and make is a class variable so that it is accessible by other members too.
Best Regards,
Panagiotis
Hi Panagiotis,
thanks for the quick reply, however when I tried this I get the error...
"the contexual keyword var may only appear within a local variable declaration or in a script code"
It works if the data type is a string, bool, etc....except a var.
Any thoughts?
@hishalv
hishalv
19 Aug 2022, 12:49
RE:
PanagiotisCharalampous said:
Ah I see. I understand now. I will try that.
Thank you
@hishalv