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 : TA-Quotes Plus

 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext  
To: Bob Jagow who wrote (4140)5/7/1998 11:14:00 AM
From: Peter Timaratz  Read Replies (1) of 11149
 
>>No way to Exit processing input.lst
Bob, I was thinking it would be good to have a way to exit processing just the current symbol. It isn't really necessary but it would keep down the size of some If/Then statements. Right now you have to do this:

IF x > 0 THEN
y:= x/0
z: = ......
z > ............
ENDIF;

I would like to see:

IF x = 0 THEN
Exit
ENDIF;
y:= x/0
z: = ......

Like I said, it's not a big deal. I'm a programmer and I like all the power and flexibility I can get.
Report TOU ViolationShare This Post
 Public ReplyPrvt ReplyMark as Last ReadFilePrevious 10Next 10PreviousNext