BBC BASIC for Windows
« how do I copy output to another application »

Welcome Guest. Please Login or Register.
Apr 5th, 2018, 10:55pm



ATTENTION MEMBERS: Conforums will be closing it doors and discontinuing its service on April 15, 2018.
Ad-Free has been deactivated. Outstanding Ad-Free credits will be reimbursed to respective payment methods.

If you require a dump of the post on your message board, please come to the support board and request it.


Thank you Conforums members.

BBC BASIC for Windows Resources
Online BBC BASIC for Windows documentation
BBC BASIC for Windows Beginners' Tutorial
BBC BASIC Home Page
BBC BASIC on Rosetta Code
BBC BASIC discussion group
BBC BASIC for Windows Programmers' Reference

« Previous Topic | Next Topic »
Pages: 1  Notify Send Topic Print
 thread  Author  Topic: how do I copy output to another application  (Read 490 times)
Chas
New Member
Image


member is offline

Avatar




PM

Gender: Male
Posts: 3
xx 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.
User IP Logged

admin
Administrator
ImageImageImageImageImage


member is offline

Avatar




PM


Posts: 1145
xx 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.
User IP Logged

JGHarston
Junior Member
ImageImage


member is offline

Avatar




Homepage PM

Gender: Male
Posts: 52
xx 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 » User IP Logged

Pages: 1  Notify Send Topic Print
« Previous Topic | Next Topic »

| |

This forum powered for FREE by Conforums ©
Terms of Service | Privacy Policy | Conforums Support | Parental Controls