PureBytes Links
Trading Reference Links
|
Two questions, first, is there a way to use Microsoft's VBscript
Debugger on AFL script programs? Second, the following simple code
gets the above error, what could be wrong? The "assignment failed"
occurs when running "explore". Any and all help appreciated.
loul
<%
C = AFL("c")
for i = 0 to UBound(C)
sc(i) = C(i)
next
AFL.var("SCCI") = SC
%>
p.s. running VBscript ver 5.6
|