Author Topic: Cycles in function  (Read 1633 times)

0 Members and 1 Guest are viewing this topic.

Offline Andre

  • LV1 Newcomer (Next: 20)
  • *
  • Posts: 8
  • Rating: +0/-0
    • View Profile
Cycles in function
« on: June 19, 2011, 01:15:47 pm »
IS it just me or it's not possible to run a cycle, like for and while in a function?



Uploaded with ImageShack.us

Offline Deep Toaster

  • So much to do, so much time, so little motivation
  • Administrator
  • LV13 Extreme Addict (Next: 9001)
  • *************
  • Posts: 8217
  • Rating: +758/-15
    • View Profile
    • ClrHome
Re: Cycles in function
« Reply #1 on: June 19, 2011, 02:01:55 pm »
I think functions aren't allowed to use control structures like For and While, unlike programs. Same thing in 89 BASIC.