Quote Originally Posted by Mitch View Post
In your first example out_printf is missing a parameter.

PHP Code:
out_printf(addressmessage);
out_printf("1.2.3.4:55555""test"); 
Yes, thank you.
Fact is that I do not use the function directly, but through an alias and the value (from) is stored in an auxiliary global variable: level.redir_addr

apparently when I wrote the code for the example, I did not see this moment