Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

linkappend within a linkappend

What do I need to change? right now when I click on "Click1 it prints line 2 and 3. I want it to print only line 2 with the "click2" that would then print line 3

example text 1 <<linkappend "click 1" t8n>>,

example text 2 <<linkappend "click 2" t8n>> <</linkappend>>.

example text 3 <</linkappend>>.

Comments

  • edited November 2016
    Please use the code tag when posting code—it's C on the editor bar.

    Something like the following should do what you need:
    example text 1 <<linkappend "click 1" t8n>>,
    \ example text 2
    \ <<linkappend "click 2" t8n>>,
    \ example text 3
    \<</linkappend>>.
    \<</linkappend>>
    
    SEE: Line continuations for more information on the backslashes in the example.
  • that worked. Awesome, thank you.
Sign In or Register to comment.