I'm trying to send this separation to a terminal program :

SEROUT TXRS,T2400,["------------------------",13,13]

I want to use the REP c/n modifier, but will it save code space ? Surely, it should be a kind of loop. I'm trying something like this and it doesn't work :

SEROUT TXRS,T2400,[REP DEC 45/24,13,13]

I change the "-" to is decimal value and I want to repete it 24 times.

It is surely a syntaxe error, can you help me...