what error?
- Posted by Kat <KSMiTH at PELL.NET> Jan 12, 2000
- 411 views
I am puzzled,, i don't understand the error after this code, the displayseq() works fine, the sprint() gives that error... for loop = 1 to length(text) do -- displayseq({sentword[loop]} & " " & sentword_syntax[loop] & {"\n"}) sprint(1,sentword[loop] & " " & sentword_syntax[loop] & "\n") end for -- loop = 1 to length(text) do Syntax error - expected to see possibly 'end', not a function sprintf(1,sentword[loop] & " " & sentword_syntax[loop] & "\n") What is it trying to tell me? Kat