Skip to main content
Question

MVVS 1.2.0 - CALL @VARIABLE Shows Undefined Function error

  • October 12, 2021
  • 2 replies
  • 0 views

Hello all

When attempting to call a subroutine from a named variable, MVVS shows the @ variable as a "Referenced undefined function" error.

PROGRAM_NAME = "TEST.SUBROUTINE"
CALL @PROGRAM_NAME(PARAM)

​Is there a better way to define these program names for MVVS to not consider them an error?

Thank you​

2 replies

Yunpu Zhao
  • Rocketeer
  • 16 replies
  • October 12, 2021

Hello all

When attempting to call a subroutine from a named variable, MVVS shows the @ variable as a "Referenced undefined function" error.

PROGRAM_NAME = "TEST.SUBROUTINE"
CALL @PROGRAM_NAME(PARAM)

​Is there a better way to define these program names for MVVS to not consider them an error?

Thank you​

Hi Robert, 

We didn't recognize the such kind of function call correctly.
I will create a ticket to track this issue.

Thanks​

Chao Han
Forum|alt.badge.img+1
  • Rocketeer
  • 52 replies
  • November 26, 2021

Hello all

When attempting to call a subroutine from a named variable, MVVS shows the @ variable as a "Referenced undefined function" error.

PROGRAM_NAME = "TEST.SUBROUTINE"
CALL @PROGRAM_NAME(PARAM)

​Is there a better way to define these program names for MVVS to not consider them an error?

Thank you​

Hi, Robert.

Just want to let you know that we will fix this issue in MVVS 1.3.0 release soon, the currently release plan for MVVS 1.3.0 is in December, thanks.

Best Regards.
Charles.