Closed pdugas closed 8 years ago
Pass TEXT OUTPUT\nLONGOUTPUT1\nLONGOUTPUT2 as the second parameter to plugin_exit() to add LONGOUTPUT lines. If the parameter is has a leading newline (i.e. \nLONGTEXT1\nLONGTEXT2), skip emitting the hyphen (dash).
TEXT OUTPUT\nLONGOUTPUT1\nLONGOUTPUT2
plugin_exit()
\nLONGTEXT1\nLONGTEXT2
thanks
Pass
TEXT OUTPUT\nLONGOUTPUT1\nLONGOUTPUT2
as the second parameter toplugin_exit()
to add LONGOUTPUT lines. If the parameter is has a leading newline (i.e.\nLONGTEXT1\nLONGTEXT2
), skip emitting the hyphen (dash).