KeithFrench
Programmer
I need to insert a comment line in an open capture file, which I am doing with:-
capturestr "**** This is a comment ***"
However I need it to have one blank link above & below this comment. How can I do this? I have tried inserting a CR & LF like this:-
capturestr "%c **** This is a comment ***" 13 10
but it does not seem to do it.
capturestr "**** This is a comment ***"
However I need it to have one blank link above & below this comment. How can I do this? I have tried inserting a CR & LF like this:-
capturestr "%c **** This is a comment ***" 13 10
but it does not seem to do it.