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
- 
  
Use the text() function to convert the value to a string.
let a := today();
alert(text(a)); - 
  
Super, thanks!
 
Content aside
- 7 yrs agoLast active
 - 2Replies
 - 1683Views
 
