Author |
Topic: how do I copy output to another application (Read 490 times) |
|
Chas
New Member
member is offline


Gender: 
Posts: 3
|
 |
how do I copy output to another application
« Thread started on: Jan 31st, 2014, 11:27am » |
|
written my first program in BBC BASIC for 35 years. Have got output of 25 lines. Only the last 20 appear in the output screen. And I cannot seem to copy this output in order to paste it elsewhere. Can someone set me right please.
|
|
Logged
|
|
|
|
admin
Administrator
member is offline


Posts: 1145
|
 |
Re: how do I copy output to another application
« Reply #1 on: Jan 31st, 2014, 11:55am » |
|
on Jan 31st, 2014, 11:27am, Chas wrote:Have got output of 25 lines. Only the last 20 appear in the output screen. |
|
Presumably the first five lines have 'scrolled off the top'. Since all the standard display modes provide at least 25 lines of text, I wonder if you have omitted the MODE statement (or equivalent, e.g. VDU 23,22...) altogether. Maybe you were assuming that, like the BBC Micro did, BB4W initialises to one of the standard modes - it doesn't!
Quote:And I cannot seem to copy this output in order to paste it elsewhere. |
|
You can, but only if you are using a monospaced (fixed-pitch) font. The Help documentation tells you that to copy the output to the clipboard use Ctrl+Tab:
http://www.bbcbasic.co.uk/bbcwin/manual/bbcwin3.html#capturing
Richard.
|
|
Logged
|
|
|
|
JGHarston
Junior Member
member is offline


Gender: 
Posts: 52
|
 |
Re: how do I copy output to another application
« Reply #2 on: Jan 31st, 2014, 2:23pm » |
|
on Jan 31st, 2014, 11:55am, Richard Russell wrote:The Help documentation tells you that to copy the output to the clipboard use Ctrl+Tab: |
|
Oo, that's really useful as, as my PDP11 emulator is written in BBC BASIC, it means I can copy the text output and paste it into documentation.
|
« Last Edit: Jan 31st, 2014, 2:24pm by JGHarston » |
Logged
|
|
|
|
|