Announcement

Collapse
No announcement yet.

Crashing Syntax Checker

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

  • Crashing Syntax Checker

    This is for the Tech Support Team:

    This efs crashes the syntax checker. See my crash reports for additional details.
    Attached Files

  • #2
    Hello Gavishti,

    The problem with your formula had to do with your formula parameter names. In preMain, when defining formula parameters with the FunctionParameter class, you need to use the same name in main() that you used in preMain. For example, you were using pMALen in preMain and pMALength in main. There were a couple others. Below is a corrected version of your formula.

    FYI, one way to solve this kind of crash you were experiencing is to comment out all the code in the formula and save it. Then line-by-line (or code block) uncomment a line, save and run the syntax checker until you find the offending piece of code.

    Gavishti_bandwidth v1.0.0.efs
    Jason K.
    Project Manager
    eSignal - an Interactive Data company

    EFS KnowledgeBase
    JavaScript for EFS Video Series
    EFS Beginner Tutorial Series
    EFS Glossary
    Custom EFS Development Policy

    New User Orientation

    Comment


    • #3
      Thanks. I do that stuff normally when there is a problem. Never had a syntax checker crash because of syntax.

      Comment

      Working...
      X