Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hello All,
I have the java function below:
function Erlang (a,b,c) {
var a1 = 2 * a + b + c;
return a1;
}
Is it possible for me to use this function in an expression.
Many Thanks,
Hasvine
Hasvine,
To what end?
Can't you just 2*(column1 + column2 + column3)
Maybe this is helpful: Erlang C Macro / Function / VB
- Marcus
haha didn't realise Erlang was a specific function