Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
[Solved]Does function exists?
#6
declarations are used only when compiling. Imagine that at run time these statements are removed.

if(&_Resstr)
,;;removed
else ;;removed

and we have empty if/else.

Also, QM does not have variable scopes smaller than function. Scope of other declarations is global.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)