Forum Discussion
m_essaid
10 years agoValued Contributor
hi,
you may have to know in which scope you want to use your variable.
in a procedure/function/class (etc depending your script type) you could define and assign a local variable but it won't be shared outside this scope.
if you need to read it in another script, you may create in runtime project variables