General area when it fits no where else

Moderator: Mmiscool

User avatar
By Mmiscool
#57037 A simple method is to create a textbox with the variable.

When ever the variable is updated so will the textbox.

print and wprint will add text to the bottom of the page.
User avatar
By rodrigocirilo
#57094
Mmiscool wrote:A simple method is to create a textbox with the variable.

When ever the variable is updated so will the textbox.

print and wprint will add text to the bottom of the page.


Thank you, I'm using this way !!
User avatar
By bugs
#57165 You can use the vertical bar characteras an alternative to ".

e.g. wprint |<script type="text/javascript">|

From the help file:-
String Literals : it’s possible to use the “ or the | as string literals;

This permits to include the “ or | inside a string; example

A = |this is a “string”|

B = “this is a |string|”

:|