Rocksolid Light

Welcome to novaBBS (click a section below)

mail  files  register  newsreader  groups  login

Message-ID:  

"It ain't over until it's over." -- Casey Stengel


devel / comp.sys.acorn.programmer / Re: Alternative to BPUT#

SubjectAuthor
* Alternative to BPUT#Kevin Wells
`* Re: Alternative to BPUT#Ian
 `* Re: Alternative to BPUT#Kevin Wells
  `* Re: Alternative to BPUT#Ian
   `- Re: Alternative to BPUT#Kevin Wells

1
Alternative to BPUT#

<aaedfea159.Kevin@Kevsoft>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=68&group=comp.sys.acorn.programmer#68

  copy link   Newsgroups: comp.sys.acorn.programmer
Path: i2pn2.org!i2pn.org!aioe.org!yBIfwlcYvPp0VbqA9SeaOg.user.46.165.242.75.POSTED!not-for-mail
From: kev...@kevsoft.co.uk (Kevin Wells)
Newsgroups: comp.sys.acorn.programmer
Subject: Alternative to BPUT#
Date: Tue, 28 Dec 2021 16:54:41 GMT
Organization: Aioe.org NNTP Server
Lines: 18
Message-ID: <aaedfea159.Kevin@Kevsoft>
Injection-Info: gioia.aioe.org; logging-data="20618"; posting-host="yBIfwlcYvPp0VbqA9SeaOg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Messenger-Pro/8.05wpb1 (MsgServe/8.05) (RISC-OS/5.29) NewsHound/v1.52-32
X-Notice: Filtered by postfilter v. 0.9.2
 by: Kevin Wells - Tue, 28 Dec 2021 16:54 UTC

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,

Re: Alternative to BPUT#

<20211228180454.7bc0beb1@ian-460-p050na>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=69&group=comp.sys.acorn.programmer#69

  copy link   Newsgroups: comp.sys.acorn.programmer
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: Ian.Hami...@AAUG.net (Ian)
Newsgroups: comp.sys.acorn.programmer
Subject: Re: Alternative to BPUT#
Date: Tue, 28 Dec 2021 18:04:54 +0000
Message-ID: <20211228180454.7bc0beb1@ian-460-p050na>
References: <aaedfea159.Kevin@Kevsoft>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: solani.org;
logging-data="267614"; mail-complaints-to="abuse@news.solani.org"
Cancel-Lock: sha1:IueJMpM6ZFfIZplw6sdBZbsZTto=
X-Newsreader: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
X-User-ID: eJwFwYEBwDAEBMCVSPxjnAr2H6F3uFQ+N4KGxaqMM3bQXWGjl1++OSIojvXRfBntQ1Q4Qn4fkRDm
 by: Ian - Tue, 28 Dec 2021 18:04 UTC

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

Re: Alternative to BPUT#

<38a580a259.Kevin@Kevsoft>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=70&group=comp.sys.acorn.programmer#70

  copy link   Newsgroups: comp.sys.acorn.programmer
Path: i2pn2.org!i2pn.org!aioe.org!yBIfwlcYvPp0VbqA9SeaOg.user.46.165.242.75.POSTED!not-for-mail
From: kev...@kevsoft.co.uk (Kevin Wells)
Newsgroups: comp.sys.acorn.programmer
Subject: Re: Alternative to BPUT#
Date: Wed, 29 Dec 2021 16:31:32 GMT
Organization: Aioe.org NNTP Server
Lines: 38
Message-ID: <38a580a259.Kevin@Kevsoft>
References: <aaedfea159.Kevin@Kevsoft> <20211228180454.7bc0beb1@ian-460-p050na>
Injection-Info: gioia.aioe.org; logging-data="45572"; posting-host="yBIfwlcYvPp0VbqA9SeaOg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Messenger-Pro/8.05wpb1 (MsgServe/8.05) (RISC-OS/5.29) NewsHound/v1.52-32
X-Notice: Filtered by postfilter v. 0.9.2
 by: Kevin Wells - Wed, 29 Dec 2021 16:31 UTC

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.

Re: Alternative to BPUT#

<20211230074453.72f30711@ian-460-p050na>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=71&group=comp.sys.acorn.programmer#71

  copy link   Newsgroups: comp.sys.acorn.programmer
Path: i2pn2.org!i2pn.org!weretis.net!feeder8.news.weretis.net!reader5.news.weretis.net!news.solani.org!.POSTED!not-for-mail
From: Ian.Hami...@AAUG.net (Ian)
Newsgroups: comp.sys.acorn.programmer
Subject: Re: Alternative to BPUT#
Date: Thu, 30 Dec 2021 07:44:53 +0000
Message-ID: <20211230074453.72f30711@ian-460-p050na>
References: <aaedfea159.Kevin@Kevsoft>
<20211228180454.7bc0beb1@ian-460-p050na>
<38a580a259.Kevin@Kevsoft>
Mime-Version: 1.0
Content-Type: text/plain; charset=US-ASCII
Content-Transfer-Encoding: 7bit
Injection-Info: solani.org;
logging-data="2466"; mail-complaints-to="abuse@news.solani.org"
Cancel-Lock: sha1:JaipPyS0zKjUKQKGTOSR+i6lBhg=
X-User-ID: eJwFwYEBwCAIA7CX6KAwztEq/59gQk+kKpIZHA4Qd0wxq33b+KoGqN7mhvMDX+viqI6oRD8YAxDu
X-Newsreader: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-pc-linux-gnu)
 by: Ian - Thu, 30 Dec 2021 07:44 UTC

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

Re: Alternative to BPUT#

<359512a559.Kevin@Kevsoft>

  copy mid

https://www.novabbs.com/devel/article-flat.php?id=83&group=comp.sys.acorn.programmer#83

  copy link   Newsgroups: comp.sys.acorn.programmer
Path: i2pn2.org!i2pn.org!aioe.org!yBIfwlcYvPp0VbqA9SeaOg.user.46.165.242.75.POSTED!not-for-mail
From: kev...@kevsoft.co.uk (Kevin Wells)
Newsgroups: comp.sys.acorn.programmer
Subject: Re: Alternative to BPUT#
Date: Mon, 03 Jan 2022 16:17:58 GMT
Organization: Aioe.org NNTP Server
Lines: 40
Message-ID: <359512a559.Kevin@Kevsoft>
References: <aaedfea159.Kevin@Kevsoft> <20211228180454.7bc0beb1@ian-460-p050na> <38a580a259.Kevin@Kevsoft> <20211230074453.72f30711@ian-460-p050na>
Injection-Info: gioia.aioe.org; logging-data="5877"; posting-host="yBIfwlcYvPp0VbqA9SeaOg.user.gioia.aioe.org"; mail-complaints-to="abuse@aioe.org";
User-Agent: Messenger-Pro/8.05wpb1 (MsgServe/8.05) (RISC-OS/5.29) NewsHound/v1.52-32
X-Notice: Filtered by postfilter v. 0.9.2
 by: Kevin Wells - Mon, 3 Jan 2022 16:17 UTC

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:

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor