format ord as "TESTING"
@TRAILER[1]= ord
@TRAILER[2]= ord
(And to print lines go as below)
printline @dwon, ord, @dwoff //will write TESTING double wide
printline @trailer[1]
printline @trailer[2]
Format is about setting a string of things together, or trimmimg / presenting them a certain way. eg
format ord as "TESTING" {4} \\will trim it down to TING
I could be wrong, but this is how I have been writing SIM