Click here to LOGIN
Information
Tutorials & Articles
Programs
Feedback
 


Forum
Add a Post
Username:   (You must log on to use your member username)Hint: Use [code] and [/code] around text to highlight it as QB code.


Subject:
Message:
Forums -> Q & A -> Learning.zip
Qbasicfreak
Learning.zip
Posted Oct 16 2009
I have been having problems with learn.ing.zip

When ever I try to teach it a "was" phrase I get overflow (error code 6)


To try it yourself use "learn Tom was in the library yesterday"

thanks
qbasicfreak
Clippy
Overflow
Posted Oct 16 2009
When a variable type's value limit or an index size of an array is exceeded. Check your number types, but also strings are limited to 32767 total bytes too. Normally that gives an "Out of String Space" error however.

Also your sentence makes no sense... ;)
Qbasicfreak
Posted Oct 16 2009
Ok thanks.

the "learn" part is telling the computer to learn it. I will probably get rid of it but I am translating an aiml file (artificial intelligence markup languge) into qbasic so I am trying to get that working before I mess around with it.

Thanks for the help :-)
qbasicfreak

The QBasic Station, (C) Copyright 1997-2010