[solved]Append string to command in variable

Hello,

I’m currently trying the following:

Set the user of a ppp device to serialnumber + string. I’ve tried a few things but it won’t work.

It should look like this

user=[/system routerboard get serial-number]-guest-network

Is this possible?

Best regards

For everyone interested I found the solution.
It has to look like this:
user=[:put “guest-network $[/system routerboard get serial-number]”]

http://forum.mikrotik.com/t/append-a-string-to-a-command-in-ppp-variable/99165/1