Announcement

Collapse
No announcement yet.

Error 402: Statement too complex

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Error 402: Statement too complex


    I recieved an Error 402 on the following line of code:

    if x = 0 then exit function

    I don't know how that is "too complex" but I figure the compiler must have been running out of memory or something. I was making a stand-alone exe file which had a lot of #INCLUDE modules in it. I separated some of them and made them into DLL files and then the compiler compiled the code with no problem. Any insite into this?


    Scott
    Scott Slater
    Summit Computer Networks, Inc.
    www.summitcn.com

  • #2
    I would suspect the error message is "in error". ie, It is likely that the real cause was elsewhere in your code.

    If you still have a copy of the file that demonstrates the error message, please email it to Tech Support.

    Thanks!


    ------------------
    Lance
    PowerBASIC Support
    mailto:[email protected][email protected]</A>
    Lance
    mailto:[email protected]

    Comment

    Working...
    X