Announcement

Collapse
No announcement yet.

PB9 Confirm Right Menu Open File #Include Once fails

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

  • PB9 Confirm Right Menu Open File #Include Once fails

    Editor PB9 has a right mouse open file for #include.

    it works if code is

    Code:
    #include "filename.inc"
    fails if (disabled) not recognized as file.

    Code:
    #include once "filename.inc"
    Can some confirm?

  • #2
    Originally posted by Brian Chirgwin View Post
    Can some confirm?
    Some does. Maybe other some could report?

    Comment


    • #3
      I'm getting the same as you. Seems like you get to send it in to support!
      Rod
      In some future era, dark matter and dark energy will only be found in Astronomy's Dark Ages.

      Comment


      • #4
        Reported

        Originally posted by Rodney Hicks View Post
        I'm getting the same as you. Seems like you get to send it in to support!
        Reported to support.

        Thanks.

        P.S. Should have been someone (not some)? It was a late night.

        Comment

        Working...
        X