I coded a function with 1 parameter [function fred(p1)] and called it successfully with fres(6). v5 mentallity.
However, decided to experiment with more than 1 parmeter:
function fres(p1,p2). This passed the syntax check.
When I called it with fred(6,8) it said bad or missing parameter!
I used the v6 walk_thru for the build.
Have I hit a non compatible error or what have I done wrong please?