PE 6.0.8.0 Program Formatting

techElder

Well-known member
It seems that PE loses touch with the color coding in a long line. On my screen the parts of the line will not be all blue.

In the following line, "C38", "C39", "C48", "C49", "C58", "C59", "C68", "C69", "C78", "C79", "C88" and "C89" are colored black.

The labels for each of these are also colored black instead of blue.

All of the labeled lines end with a RETURN.

Program operation is normal, especially including the specified items.

I've seen this happen on a long LOOKDOWN line, too.

Just thought I'd mention it.

Code:
      [color=Blue]on [/color][color=Purple]characterGoTo [/color][color=Blue]goto [/color][color=Black]C32,C33,C34,C35,C36,C37,C38,C39,C40,C41,C42,C43,C44,C45,C46,C47,C48,C49,C50, _
            C51,C52,C53,C54,C55,C56,C57,C58,C59,C60,C61,C62,C63,C64,C65,C66,C67,C68,C69,C70,C71,C72,C73, _
            C74,C75,C76,C77,C78,C79,C80,C81,C82,C83,C84,C85,C86,C87,C88,C89,C90,C91,C92,C93,C94,C95,C96[/color]
 

hippy

Ex-Staff (retired)
Thanks. The issue seems to be related to format/name of label rather than length of line but I have logged it for investigation.
 
Top