• Alternative to BPUT#

    From Kevin Wells@21:1/5 to All on Tue Dec 28 16:54:41 2021
    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,

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian@21:1/5 to Kevin Wells on Tue Dec 28 18:04:54 2021
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kevin Wells@21:1/5 to Ian on Wed Dec 29 16:31:32 2021
    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.

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Ian@21:1/5 to Kevin Wells on Thu Dec 30 07:44:53 2021
    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

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)
  • From Kevin Wells@21:1/5 to Ian on Mon Jan 3 16:17:58 2022
    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:

    --- SoupGate-Win32 v1.05
    * Origin: fsxNet Usenet Gateway (21:1/5)