CompuServe Thread

Forum unknown · Amiga Connection

#CARDFI.BAS CORRECTIONS

3 messages in this thread
#42595From: paul rankeNov 27, 1985 12:46 AM
IN YOUR CORRECTION PROGRAM I HAD TO CHANGE #1 IN LINE 10 to READ #3. THEN IT RAN FINE.IN THE ORIGNAL PROGRAM IT RUNS FINE UNTIL LINE 10310 THEN IT HANGS UP. THIS IS WHAT I HAVE COULD YOU CHECK IT OUT AND GET BACK TO ME. 10310 open "i",#1,t$ 10320 input#1, c$:if c$<>"FILEBOX" then er=53:goto 1530 10330 input#1, ftt rt,lm,sp,fp,hf 10340 for j=1 to ft:input#1,f$(j):next j:if rt=0 then 10360 10350 for j=1 to rt*ft:input#1,y$(j):next j 10360 max=0:if ft>0 then max=int(2700/ft) 10370 close #1 corr line 10330 10330 input#1, ft,rt,lm,sp,fp,hf the problems lie in here somewhere ,I think paul
#42601From: Gary Farmaner [CBMNET]Nov 27, 1985 4:26 PM
Hi Paul, A helpful hint. In future, when listing a program in a message , enter a period "." before each line. This is a code for the editor to force a carriage return, independent of the readers screen size. Gary
#42601From: Gary Farmaner [CBMNET]Nov 27, 1985 4:26 PM
Hi Paul, A helpful hint. In future, when listing a program in a message , enter a period "." before each line. This is a code for the editor to force a carriage return, independent of the readers screen size. Gary