what error?

new topic     » goto parent     » topic index » view thread      » older message » newer message

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

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu