Hi!

From the manual wink

Quote:

Example:
STRING* welcome_str = "Welcome";

TEXT* welcome_txt =
{
layer = 1;
pos_x = 10;
pos_y = 10;
string (welcome_str,"this is","a","TEXT");
// flags = CENTER_X | TRANSLUCENT | SHOW;



in a function

....
set (welcome_txt, SHOW);
wait (-2);
toggle (welcome_txt, SHOW);
...


Hope this helps!
Ottawa laugh

Ver 7.86.2 Pro and Lite-C