Announcement

Collapse
No announcement yet.

format debugPrintln()

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

  • format debugPrintln()

    How do I format the output of debugPrintln()? Can I specify the number of decimal places displayed, font size, etc?

    dtrosty

  • #2
    Solutions..

    You can format the output of the debugPrintln(), but not the font, color, size of it..

    For example.

    debugPrintln(Level1.toFixed(4)+" "+tText+" Stop Level :"+NStop.toFixed(2));

    If you have any other questions, let me know.

    B
    Brad Matheny
    eSignal Solution Provider since 2000

    Comment


    • #3
      Thanks, Brad. It works.

      dtrosty

      Comment

      Working...
      X