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

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #193340 quote
    marie123
    Participant
    Junior

    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 quote
    robertogozzi
    Moderator
    Master

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

    ConditionA = CONDITION1 AND CONDITION2
    ConditionB = CONDITION3 AND CONDITION4
    IF ConditionA AND ConditionB THEN…
    marie123 thanked this post
    #193345 quote
    marie123
    Participant
    Junior

    Ok, thank you!

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.

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


ProScreener: Market Scanners & Detection

New Reply
Author
author-avatar
marie123 @marie123 Participant
Summary

This topic contains 2 replies,
has 2 voices, and was last updated by marie123
3 years, 10 months ago.

Topic Details
Forum: ProScreener: Market Scanners & Detection
Language: English
Started: 05/17/2022
Status: Active
Attachments: No files
Logo Logo
Loading...