[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Function



PureBytes Links

Trading Reference Links

Tomasz

I have tried to build a afl script with a VBScript Function starting 
from the new features allowed by the last release of AB.
But it seems that it doesn't work.

For instance:

EnableScript("vbscript");

Var = Func(10);

<%

Function Func(i)

Func = 5 *i

End Function

%>

But I get an error at Func which seems not to recognised.