translate this to BASIC? 
Author Message
 translate this to BASIC?

Hi all.
        I need the following lines of fortran translated to BASIC. I'm
using powerbasic 3.1
FORTRAN:
                READ  (*,'(13I6)')  ((IPT(I,J),J=1,12),LPT(I),I=1,3)
                WRITE (*,'(/3I5))') IPT, LPT

IPT() is declared as a 3x12 array and LPT() is declared as a 3-d array
(i.e. 1, 2, 3). Basically, I just need to know the logic of the nested
implies DO loop in the first line of code.

                                Thanks,
                                        Joe

--
        *************************************************************
        *     Paul J. Heafner, Astronomy and Physics Instructor     *
        *       Work:(704)327-7000, x.246 Home:(704)328-9425        *


        *                Aren't true friends wonderful?!            *
        *************************************************************



Thu, 16 Oct 1997 03:00:00 GMT  
 
 [ 1 post ] 

 Relevant Pages 

1. V3 - translates D3/PICK Basic into Visual Basic

2. TRANSLATING BASIC To C

3. Translate asm code to Basic

4. Anybody can translate this source code in C to Basic

5. Translating from BASIC to C

6. Anybody can translate this code from C to Basic or Vb

7. Anybody else translating HB Basic?

8. Translating Code from 2000 to 2002

9. Translates name of month in Papiamentu

10. Translates Day of week in Papiamentu

11. Translates Date in Papiamentu

12. Need help translating

 

 
Powered by phpBB® Forum Software