Uwe Brauer writes: > - "_&&_" seems to be ok but I am not entirely sure about it
"&&" will give you trouble if you manipulate the file in a shell, because it will be understood as the '&&' operator. You would have to use escape characters. Maybe "@@" or "%%" are safer choices. Look at this screenshot: https://i.imgur.com/eGXepU3.png Best regards, Juan Manuel