ibmi-brunch-learn

Announcement

Collapse
No announcement yet.

Outline

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

  • Outline

    I have one program (a sizeable one) where the outline isn't being generated... it is for other programs. The program in question compiles - how do I get the outline to appear? (RDi 9.1)

  • #2
    Re: Outline

    how many lines are there? is there a limit for RDI outline and lines? I don't know if there is
    Hunting down the future ms. Ex DeadManWalks. *certain restrictions apply

    Comment


    • #3
      Re: Outline

      I finally found what was causing it to not work... well - sort of. I have the following:

      Code:
      [COLOR=#008080][COLOR=#008080]     [/COLOR][/COLOR]
      Code:
      [SIZE=3][FONT=arial][COLOR=#800080][COLOR=#800080]  [/COLOR][/COLOR]  DSPLY [COLOR=#800080][COLOR=#800080]*[/COLOR][/COLOR]MMVM0500 [COLOR=#808000][COLOR=#808000]*EXT[/COLOR][/COLOR][COLOR=#800080][COLOR=#800080];[/COLOR][/COLOR][/FONT][/SIZE]
      [SIZE=3][FONT=arial][COLOR=#800080][COLOR=#800080][/COLOR][/COLOR][/FONT][/SIZE]


      While this compiles - RDi gives 'unexpected token(s), ignored' - and prevents the creation / update of the outline. If I comment out these lines the outline appears.

      Comment

      Working...
      X