Skip to content

Moneo Leto script - Print html tags

Anyone know of a way to print out an html tag line like this without moneo using the line itself?
print "'</pre> \n'";

Comments

  • ProlericProleric Member Posts: 1,268
    Maybe try
    print "''</pre> \n''";
    
    i.e. single quotes duplicated?

    or assign to a string then print the string?

    Sorry unable to test right now.
  • BuddywarriorBuddywarrior Member Posts: 62
    edited December 2021
    Proleric wrote: »
    Maybe try
    print "''</pre> \n''";
    
    i.e. single quotes duplicated?

    or assign to a string then print the string?

    Sorry unable to test right now.

    Thanks for the push Proleric!

    Below prints out tags without it being executed by moneo
    print '</pre> \n';
    

    For anyone else needing clarification, it's on page 23 of the Letoscript documentation.pdf
    Post edited by Buddywarrior on
Sign In or Register to comment.