How to do a line break within a long code line?

Forums ProRealTime English forum ProScreener support How to do a line break within a long code line?

Viewing 3 posts - 1 through 3 (of 3 total)
  • #193340

    Hello guys,

    can someone tell me how to make a line break when using a very long code line?

    My code looks like:

    IF CONDITION1 AND CONDITION2 AND CONDITION3 AND CONDITION4 …….

    I would to have it this way:

    IF CONDITION1 AND
    CONDITION2 AND
    CONDITION3 AND ….

    Is this somehow possible? Just using <enter> doesn’t work.

    #193343

    You cannot bresk lines, but  you can combine multiple conditions into other variables:

    1 user thanked author for this post.
    #193345

    Ok, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)

Create your free account now and post your request to benefit from the help of the community
Register or Login