LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  LAE Error Code: brain.node.Expr.cpp.134

    Employee
    Posted 04-16-2014 14:15

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: lae_errors

    This post has been created for discussion of error code brain.node.Expr.cpp.134.

    Please reply to this thread with any description of error conditions, diagnostic information, and recommended resolutions.


  • 2.  RE: LAE Error Code: brain.node.Expr.cpp.134

    Employee
    Posted 04-25-2014 11:48

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Tim Meagher

    This error occurs when a BRAINscript statement contains some invalid syntax.
    The most common reason for the error is a misspelled or non-existance function name.

    For instance, if instead of getting the length of a list using the function "len", I tried using the (non-existent) function "size":

    myList = list()
    lisSize = 'my_input_field'.size()
    I would get this error.
    To prevent mistyping and to ensure you are using the correct BRAINScript functions it is useful to use the inbuilt auto-complete and calltip functionality within the LAE.
    If you start typing a function name within a BRAINscript expression, auto-complete tips will popup to help you finish the name of a function.
    Also, you can find the list of available functions when entering into a BRAINscript parameter via the right click menu.