Code: Select all
option base 1
graphics ! graphics clear .8,.8,.8
dim a(10)
vec_in(3,a,100,100)
text
for i=1 to 3 ! print a(i) ! next i
end
{matlib}
Code: Select all
option base 1
graphics ! graphics clear .8,.8,.8
dim a(10)
vec_in(3,a,100,100)
text
for i=1 to 3 ! print a(i) ! next i
end
{matlib}
Hi, an error occurred: notes_length() must not have an argument.rbytes wrote: ↑Sun May 12, 2019 9:17 pmCode: Select all
N$="Alan Parsons.mid" FILE N$ SETPOS 0 NOTES LOAD N$ NOTES PLAY PAUSE NOTES_LENGTH (N$)