Jump to content




window:48:expected number

computer api

2 replies to this topic

#1 graywolf69

  • Members
  • 44 posts

Posted 07 October 2014 - 12:39 AM

Im getting this error when I start the program, it errors after it prints the first line. Here's the code, I have no idea what could be wrong, looked over millions of times, any ideas? Thanks!

#2 Dog

  • Members
  • 1,179 posts
  • LocationEarth orbit

Posted 07 October 2014 - 12:42 AM

On line 9 you have
term.setTextColor(colors.lightblue)

lightblue should be lightBlue - capitalization matters, so it should look like this
term.setTextColor(colors.lightBlue)


#3 graywolf69

  • Members
  • 44 posts

Posted 07 October 2014 - 02:00 AM

Thanks





1 user(s) are reading this topic

0 members, 1 guests, 0 anonymous users