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

help with code



PureBytes Links

Trading Reference Links

Tomasz;

When I run this code I get ( bad arg.) Please help.

EnableScript("vbscript");
<%
Dim Input
Input = InputBox("Enter a number" )
AFL("pds")=Input
%>

MA1=MA(C,pds);
Graph0=MA1;

Anthony