Announcement

Collapse
No announcement yet.

debugPrintLn() doesn't work but debugPrint() does

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

  • debugPrintLn() doesn't work but debugPrint() does

    I get the following errror when I use debugPrintLn():

    ReferenceError: debugPrintLn is not defined

    but when I use debugPrint() it works no problem. The following two lines are how I use the working and non working versions:

    debugPrint("FAST is: " + vStoch14_1.getValue(StochStudy.FAST));

    debugPrintLn("FAST is: " + vStoch14_1.getValue(StochStudy.FAST));

    Regards,
    Guy
    Standing on the shoulders of giants.

  • #2
    Guy
    Try using debugPrintln()
    Alex

    Comment


    • #3
      documentation is incorrect

      Thanks Alex that works.

      Please can you arrange for the documentation to be ammended at:

      http://www.esignalcentral.com/traini...se/default.asp

      As I'm sure that I'm not the only programmer that uses copy and past and then fill in the blanks for functions.

      Many thanks
      Guy
      Standing on the shoulders of giants.

      Comment

      Working...
      X