2015-01-12 22:08 UTC
author=owenwengerd link=action=profile;u=4 date=1420830270 wrote:
[quote author=velasquez link=action=profile;u=17 date=1420824060]
I need to call a function with an argument inside field registry.
Your syntax is incorrect. It should be:
ValueData: {code:myfunction|myargument};
However, your function only appends the argument, so there is no need for it:
ValueData: {code:myfunction}myargument;
Better:
ValueData: {app}\MAyapp r4.0\myargument;
Please post future questions in the forum so that everyone can benefit from the discussion.
Hello Owen,
His answer was helpful with the function call.
What I need to pass to the function a variable I created in another point of my script.
ex:
Ex: myvariable1: = test_a.vlx
myvariable2: = test_b.vlx
myvariable3: = test_c.vlx
ValueData: {code:myfunction|myvariable..};
I'm not getting it.
Thanks