to print string and number



HI, to print out the following three line on screen:

N 3 REMLINL 2 2.0000 (1374)
N 3 REMLINL 3 3.0000 (1374)
N 3 REMLINL 4 4.0000 (1374)

I have tried the following code:

j=3
for i = 2:4
N j REMLINL i i.0000 (1374)
end

BUT it does not work properly. Anyone there give me some advice? Many
thanks.
.