Advertisement
Guest User

Untitled

a guest
Aug 18th, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. If Variable A is defined, print variable B. Later in page print B anyway. If the check fails you will get an error when trying to print b.
  2. <F3:check if="{{@myvarA}}">
  3. <F3:true>
  4. {{@myvarB}}
  5. </F3:true>
  6. </F3:check>
  7. {{@myvarB}}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement