0

Alert for debug purposes

Hi! Can I get an alert box to display the value of something for debugging purposes? All I can seem to do is get it to display static text.

 

Thanks,

Rick

2 replies

null
    • Mconneen
    • 5 yrs ago
    • Reported - view

    Use the text() function to convert the value to a string. 

    let a := today();
    alert(text(a));

    • rick
    • 5 yrs ago
    • Reported - view

    Super, thanks!

Content aside

  • 5 yrs agoLast active
  • 2Replies
  • 1675Views