Pages:
Actions
  • #1 by liltbrockie on 19 Sep 2018
  • Hi how do I add a new line to the action log when I am writing to it?

    Matt
  • #2 by MarkV on 19 Sep 2018
  • Hi
    there may be another way, but if you use html in the text you can use the html paragraph <p>text</p>
    see attached image, I'm using bold font and writing 2 lines to the action log:
    Test text [now_time_timestr]
    Trigger test executed

    edit: will paste the html code here for you to copy, paste and modify

    Code: [Select]
    <html><head><meta http-equiv="Content-Type" content="text/html; charset=utf-8"><style>body, p, td {font-family: Arial; font-size: 14pt;}</style></head><body bgcolor="#f0f0f0"><p><b>Test text [now_time_timestr]</b></p> <p><b>Trigger test executed</b> </p></font></body></html>
  • #3 by liltbrockie on 19 Sep 2018
  • OK yep ta
Pages:
Actions