SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Strategies & Market Trends : NetCurrents NTCS

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: MechanicalMethod who wrote (7241)6/17/2001 8:23:38 AM
From: CynicalTruth  Read Replies (1) of 8925
 
re: " for offset=currentbar-myBar[ctr] downto 0 begin "

What kind of problem are you having with this statement?
Might try:
(currentbar-myBar[ctr]) or

MyVariable=currentbar-myBar[ctr]
for offset=MyVariable downto 0 begin

Probably have to see the rest of the code to give a "uneducated" guess...

John Sugas
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext