Subject & and class::
From Michel <mgomet@gmail.com>
Date Fri, 05 Nov 2021 08:11:27 -0400
Newsgroups dbase.getting-started

Hello,

trying to run the code below I receive this error message : "Not member of Class or Base class:  test"

Procedure MYPROC(test)
Cmd = "class::" + test + "()"
&Cmd
return

the function test is really existing in the form.

thanks for help
Michel