> $Value:=execute($Method_Code) // this is line # 62 of the library method
> SM.executeMethod
> 
> Where $Method_Code contains 'methodName("A")'

First I would ask what the purpose of using execute is.

If you are just dynamically determining the method to call, but always using 
the same parameters, use 'call method' instead of execute.

If you are changing the method name and parameters, and you want to return the 
value from the method, then you have to do:

$Method_Code := 'return(methodName("A"))'

Many thanks,

   Aparajita
   www.aparajitaworld.com

   "If you dare to fail, you are bound to succeed."
   - Sri Chinmoy   |   www.srichinmoy.org

_______________________________________________
Active4D-dev mailing list
[email protected]
http://mailman.aparajitaworld.com/mailman/listinfo/active4d-dev
Archives: http://mailman.aparajitaworld.com/archive/active4d-dev/

Reply via email to