Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.sys.acorn.programmer > #6295 > unrolled thread
| Started by | Kevin Wells <kev@kevsoft.co.uk> |
|---|---|
| First post | 2021-12-28 16:54 +0000 |
| Last post | 2022-01-03 16:17 +0000 |
| Articles | 5 — 2 participants |
Back to article view | Back to comp.sys.acorn.programmer
Alternative to BPUT# Kevin Wells <kev@kevsoft.co.uk> - 2021-12-28 16:54 +0000
Re: Alternative to BPUT# Ian <Ian.Hamilton@AAUG.net> - 2021-12-28 18:04 +0000
Re: Alternative to BPUT# Kevin Wells <kev@kevsoft.co.uk> - 2021-12-29 16:31 +0000
Re: Alternative to BPUT# Ian <Ian.Hamilton@AAUG.net> - 2021-12-30 07:44 +0000
Re: Alternative to BPUT# Kevin Wells <kev@kevsoft.co.uk> - 2022-01-03 16:17 +0000
| From | Kevin Wells <kev@kevsoft.co.uk> |
|---|---|
| Date | 2021-12-28 16:54 +0000 |
| Subject | Alternative to BPUT# |
| Message-ID | <aaedfea159.Kevin@Kevsoft> |
Hi My QrCode application has stopped working as something seems to have changed at the server end the method=Post doesn't work, So I thought about creating a task file so I need to get all the information on one line. Using BPUT#file%,"Some Text" will put it on a new line, so is there a command for putting it all on one line? Thanks. -- Kev Wells http://kevsoft.co.uk/ https://ko-fi.com/kevsoft carpe cervisium They sent me to the gallery or round the music-'alls,
[toc] | [next] | [standalone]
| From | Ian <Ian.Hamilton@AAUG.net> |
|---|---|
| Date | 2021-12-28 18:04 +0000 |
| Message-ID | <20211228180454.7bc0beb1@ian-460-p050na> |
| In reply to | #6295 |
On Tue, 28 Dec 2021 16:54:41 GMT Kevin Wells <kev@kevsoft.co.uk> wrote: > > Using BPUT#file%,"Some Text" will put it on a new line, so is there a > command for putting it all on one line? > Add a semicolon :- BPUT#file%,"Some Text "; BPUT#file%,"Some More Text"; Gives :- Some Text Some More Text HTH, Ian
[toc] | [prev] | [next] | [standalone]
| From | Kevin Wells <kev@kevsoft.co.uk> |
|---|---|
| Date | 2021-12-29 16:31 +0000 |
| Message-ID | <38a580a259.Kevin@Kevsoft> |
| In reply to | #6296 |
In message <20211228180454.7bc0beb1@ian-460-p050na>
Ian <Ian.Hamilton@AAUG.net> wrote:
>On Tue, 28 Dec 2021 16:54:41 GMT
>Kevin Wells <kev@kevsoft.co.uk> wrote:
>
>>
>> Using BPUT#file%,"Some Text" will put it on a new line, so is there a
>> command for putting it all on one line?
>>
>
>Add a semicolon :-
>
>BPUT#file%,"Some Text ";
>
>
>BPUT#file%,"Some More Text";
>
>
>Gives :-
>
>Some Text Some More Text
Thanks that appears to do the job, so NPUT# is similar to PRINT instead
of printing to screen BPUT sends the info to a file?
>
>
>HTH,
>Ian
>
>
--
Kev Wells
http://kevsoft.co.uk/ https://ko-fi.com/kevsoft
carpe cervisium
Is cheaper than them uniforms, an' they're starvation cheap.
[toc] | [prev] | [next] | [standalone]
| From | Ian <Ian.Hamilton@AAUG.net> |
|---|---|
| Date | 2021-12-30 07:44 +0000 |
| Message-ID | <20211230074453.72f30711@ian-460-p050na> |
| In reply to | #6297 |
On Wed, 29 Dec 2021 16:31:32 GMT Kevin Wells <kev@kevsoft.co.uk> wrote: > In message <20211228180454.7bc0beb1@ian-460-p050na> > Ian <Ian.Hamilton@AAUG.net> wrote: > > >On Tue, 28 Dec 2021 16:54:41 GMT > >Kevin Wells <kev@kevsoft.co.uk> wrote: > > > >> > >> Using BPUT#file%,"Some Text" will put it on a new line, so is > >> there a command for putting it all on one line? > >> > > > >Add a semicolon :- > > > >BPUT#file%,"Some Text "; > Thanks that appears to do the job, so BPUT# is similar to PRINT > instead of printing to screen BPUT sends the info to a file? Yes, effectively. Viewing the results will look similar. Don't use PRINT# to print to file though as they won't achieve what you want. Ian
[toc] | [prev] | [next] | [standalone]
| From | Kevin Wells <kev@kevsoft.co.uk> |
|---|---|
| Date | 2022-01-03 16:17 +0000 |
| Message-ID | <359512a559.Kevin@Kevsoft> |
| In reply to | #6298 |
In message <20211230074453.72f30711@ian-460-p050na>
Ian <Ian.Hamilton@AAUG.net> wrote:
>On Wed, 29 Dec 2021 16:31:32 GMT
>Kevin Wells <kev@kevsoft.co.uk> wrote:
>
>> In message <20211228180454.7bc0beb1@ian-460-p050na>
>> Ian <Ian.Hamilton@AAUG.net> wrote:
>>
>> >On Tue, 28 Dec 2021 16:54:41 GMT
>> >Kevin Wells <kev@kevsoft.co.uk> wrote:
>> >
>> >>
>> >> Using BPUT#file%,"Some Text" will put it on a new line, so is
>> >> there a command for putting it all on one line?
>> >>
>> >
>> >Add a semicolon :-
>> >
>> >BPUT#file%,"Some Text ";
>
>> Thanks that appears to do the job, so BPUT# is similar to PRINT
>> instead of printing to screen BPUT sends the info to a file?
>
>Yes, effectively. Viewing the results will look similar.
Thanks all working and a new version of QrCode uploaded to my website.
>
>Don't use PRINT# to print to file though as they won't achieve what you
>want.
>
>Ian
>
--
Kev Wells
http://kevsoft.co.uk/ https://ko-fi.com/kevsoft
carpe cervisium
You talk o' better food for us, an' schools, an' fires, an' all:
[toc] | [prev] | [standalone]
Back to top | Article view | comp.sys.acorn.programmer
csiph-web