Rocksolid Light

Welcome to RetroBBS

mail  files  register  newsreader  groups  login

Message-ID:  

PURGE COMPLETE.


devel / comp.lang.clipper.visual-objects / characters disappears

SubjectAuthor
* characters disappearsfernando moreno
+* Re: characters disappearsJamal
|`* Re: characters disappearsfernando moreno
| `- Re: characters disappearsJamal
`- Re: characters disappearsdlzc

1
characters disappears

<3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1327&group=comp.lang.clipper.visual-objects#1327

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:620a:40d0:b0:74d:fb3d:536 with SMTP id g16-20020a05620a40d000b0074dfb3d0536mr1442516qko.13.1684577083529;
Sat, 20 May 2023 03:04:43 -0700 (PDT)
X-Received: by 2002:a81:e241:0:b0:560:c30c:75f7 with SMTP id
z1-20020a81e241000000b00560c30c75f7mr2874075ywl.2.1684577083203; Sat, 20 May
2023 03:04:43 -0700 (PDT)
Path: i2pn2.org!i2pn.org!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer03.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Sat, 20 May 2023 03:04:42 -0700 (PDT)
Injection-Info: google-groups.googlegroups.com; posting-host=88.9.168.223; posting-account=4SonegoAAAAS2c5HG9pgihXJqCiCcR51
NNTP-Posting-Host: 88.9.168.223
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>
Subject: characters disappears
From: fmaplisoft@gmail.com (fernando moreno)
Injection-Date: Sat, 20 May 2023 10:04:43 +0000
Content-Type: text/plain; charset="UTF-8"
X-Received-Bytes: 1383
 by: fernando moreno - Sat, 20 May 2023 10:04 UTC

cData:='&s='+AllTrim(Str(Year(self:oSFacturas:fecha)))+'&nf='+AllTrim(Str(self:oSFacturas:factura))+'&I='+AllTrim(cTotalCRC)+'&cr='+AllTrim(cCrcTBAIURL)

I have this variable with tihis string.

I need every charachters including the "&" char, but it disappears

The example I need is &s=2023&nf=23025&l=ae45eas546&cr=45

But it returns : s=2023nf=23025l=ae45eas546cr=45

Best Regards

Re: characters disappears

<u4bsq5$1cd5s$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1328&group=comp.lang.clipper.visual-objects#1328

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vodotnet@gmail.com (Jamal)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: characters disappears
Date: Sat, 20 May 2023 21:40:22 -0400
Organization: A noiseless patient Spider
Lines: 34
Message-ID: <u4bsq5$1cd5s$1@dont-email.me>
References: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 21 May 2023 01:40:21 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="e39f125b0723d367e01db3cc606507db";
logging-data="1455292"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1+WMivSXlNCQSbIP9gWvDkcqoaC6q7SahU="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.10.1
Cancel-Lock: sha1:+QOhQG3hRCNGODq/DCRm/tgkJpc=
In-Reply-To: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>
Content-Language: en-US
 by: Jamal - Sun, 21 May 2023 01:40 UTC

There must be a setting in your environment that is affecting the
result. May be code page, collation or VO/Windows settings

Provide a small terminal test that replicates the issue.

The following code correctly returns the & symbol:

FUNCTION Start()

LOCAL cData as string

cData:= '&s='+'2023'+'&nf='+'5'+'&I=546'+'&cr=45'

? cData // returns &s=2023&nf=5&I=546&cr=45

wait

return nil

On 5/20/2023 6:04 AM, fernando moreno wrote:
> cData:='&s='+AllTrim(Str(Year(self:oSFacturas:fecha)))+'&nf='+AllTrim(Str(self:oSFacturas:factura))+'&I='+AllTrim(cTotalCRC)+'&cr='+AllTrim(cCrcTBAIURL)
>
> I have this variable with tihis string.
>
> I need every charachters including the "&" char, but it disappears
>
> The example I need is &s=2023&nf=23025&l=ae45eas546&cr=45
>
> But it returns : s=2023nf=23025l=ae45eas546cr=45
>
> Best Regards

Re: characters disappears

<7a46497a-4dd1-44a6-b31c-9ea0a7fb1158n@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1330&group=comp.lang.clipper.visual-objects#1330

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:a05:6214:9af:b0:5ef:5302:9cb with SMTP id du15-20020a05621409af00b005ef530209cbmr1209810qvb.2.1684662987417;
Sun, 21 May 2023 02:56:27 -0700 (PDT)
X-Received: by 2002:a81:af23:0:b0:561:b8d1:743b with SMTP id
n35-20020a81af23000000b00561b8d1743bmr4552219ywh.10.1684662987162; Sun, 21
May 2023 02:56:27 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer02.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Sun, 21 May 2023 02:56:26 -0700 (PDT)
In-Reply-To: <u4bsq5$1cd5s$1@dont-email.me>
Injection-Info: google-groups.googlegroups.com; posting-host=88.9.168.223; posting-account=4SonegoAAAAS2c5HG9pgihXJqCiCcR51
NNTP-Posting-Host: 88.9.168.223
References: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com> <u4bsq5$1cd5s$1@dont-email.me>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <7a46497a-4dd1-44a6-b31c-9ea0a7fb1158n@googlegroups.com>
Subject: Re: characters disappears
From: fmaplisoft@gmail.com (fernando moreno)
Injection-Date: Sun, 21 May 2023 09:56:27 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 2602
 by: fernando moreno - Sun, 21 May 2023 09:56 UTC

El domingo, 21 de mayo de 2023 a las 3:41:47 UTC+2, Jamal escribió:
> There must be a setting in your environment that is affecting the
> result. May be code page, collation or VO/Windows settings
>
> Provide a small terminal test that replicates the issue.
>
>
> The following code correctly returns the & symbol:
>
> FUNCTION Start()
>
> LOCAL cData as string
>
> cData:= '&s='+'2023'+'&nf='+'5'+'&I=546'+'&cr=45'
>
> ? cData // returns &s=2023&nf=5&I=546&cr=45
>
> wait
>
> return nil
> On 5/20/2023 6:04 AM, fernando moreno wrote:
> > cData:='&s='+AllTrim(Str(Year(self:oSFacturas:fecha)))+'&nf='+AllTrim(Str(self:oSFacturas:factura))+'&I='+AllTrim(cTotalCRC)+'&cr='+AllTrim(cCrcTBAIURL)
> >
> > I have this variable with tihis string.
> >
> > I need every charachters including the "&" char, but it disappears
> >
> > The example I need is &s=2023&nf=23025&l=ae45eas546&cr=45
> >
> > But it returns : s=2023nf=23025l=ae45eas546cr=45
> >
> > Best Regards

Thaks Jamal

I have tried to do it but and it works.

But when I put the code in a data windows it gives me the same bad result

I think the character & is used for macros and that's why it removes it but I think there has to be some way for it to display it as a character

Re: characters disappears

<u4fd0c$24o9s$1@dont-email.me>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1331&group=comp.lang.clipper.visual-objects#1331

  copy link   Newsgroups: comp.lang.clipper.visual-objects
Path: i2pn2.org!i2pn.org!eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: vodotnet@gmail.com (Jamal)
Newsgroups: comp.lang.clipper.visual-objects
Subject: Re: characters disappears
Date: Mon, 22 May 2023 05:35:09 -0400
Organization: A noiseless patient Spider
Lines: 50
Message-ID: <u4fd0c$24o9s$1@dont-email.me>
References: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>
<u4bsq5$1cd5s$1@dont-email.me>
<7a46497a-4dd1-44a6-b31c-9ea0a7fb1158n@googlegroups.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 8bit
Injection-Date: Mon, 22 May 2023 09:35:08 -0000 (UTC)
Injection-Info: dont-email.me; posting-host="4084404c1cdf37d076a3560a87add18c";
logging-data="2253116"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19KLbp40N41pPY3jZZURi1pNzcxx4Zlwe0="
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:102.0) Gecko/20100101
Thunderbird/102.10.1
Cancel-Lock: sha1:5Sv6x/STzExyqbSoXYo4148NgT0=
Content-Language: en-US
In-Reply-To: <7a46497a-4dd1-44a6-b31c-9ea0a7fb1158n@googlegroups.com>
 by: Jamal - Mon, 22 May 2023 09:35 UTC

Can you zip an AEF program on Google Drive or other platform and I will
take a look.

Make sure the AEF is small and does not contain any external references
unless they are needed and included in the zip file.

Jamal

On 5/21/2023 5:56 AM, fernando moreno wrote:
> El domingo, 21 de mayo de 2023 a las 3:41:47 UTC+2, Jamal escribió:
>> There must be a setting in your environment that is affecting the
>> result. May be code page, collation or VO/Windows settings
>>
>> Provide a small terminal test that replicates the issue.
>>
>>
>> The following code correctly returns the & symbol:
>>
>> FUNCTION Start()
>>
>> LOCAL cData as string
>>
>> cData:= '&s='+'2023'+'&nf='+'5'+'&I=546'+'&cr=45'
>>
>> ? cData // returns &s=2023&nf=5&I=546&cr=45
>>
>> wait
>>
>> return nil
>> On 5/20/2023 6:04 AM, fernando moreno wrote:
>>> cData:='&s='+AllTrim(Str(Year(self:oSFacturas:fecha)))+'&nf='+AllTrim(Str(self:oSFacturas:factura))+'&I='+AllTrim(cTotalCRC)+'&cr='+AllTrim(cCrcTBAIURL)
>>>
>>> I have this variable with tihis string.
>>>
>>> I need every charachters including the "&" char, but it disappears
>>>
>>> The example I need is &s=2023&nf=23025&l=ae45eas546&cr=45
>>>
>>> But it returns : s=2023nf=23025l=ae45eas546cr=45
>>>
>>> Best Regards
>
> Thaks Jamal
>
> I have tried to do it but and it works.
>
> But when I put the code in a data windows it gives me the same bad result
>
> I think the character & is used for macros and that's why it removes it but I think there has to be some way for it to display it as a character

Re: characters disappears

<8f181302-1ecb-45de-890d-cb121250fb0en@googlegroups.com>

  copy mid

https://www.rocksolidbbs.com/devel/article-flat.php?id=1332&group=comp.lang.clipper.visual-objects#1332

  copy link   Newsgroups: comp.lang.clipper.visual-objects
X-Received: by 2002:ad4:5a53:0:b0:623:85a3:749a with SMTP id ej19-20020ad45a53000000b0062385a3749amr2002074qvb.3.1684763435214;
Mon, 22 May 2023 06:50:35 -0700 (PDT)
X-Received: by 2002:a81:ad27:0:b0:561:8fc0:24af with SMTP id
l39-20020a81ad27000000b005618fc024afmr6436351ywh.9.1684763434997; Mon, 22 May
2023 06:50:34 -0700 (PDT)
Path: i2pn2.org!i2pn.org!weretis.net!feeder6.news.weretis.net!usenet.blueworldhosting.com!diablo1.usenet.blueworldhosting.com!peer01.iad!feed-me.highwinds-media.com!news.highwinds-media.com!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail
Newsgroups: comp.lang.clipper.visual-objects
Date: Mon, 22 May 2023 06:50:34 -0700 (PDT)
In-Reply-To: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>
Injection-Info: google-groups.googlegroups.com; posting-host=68.107.209.13; posting-account=7bF0GwoAAABMFHX6V4fON4-1F6LFJ834
NNTP-Posting-Host: 68.107.209.13
References: <3d4681ee-48ee-4640-89b5-a1e93cb89577n@googlegroups.com>
User-Agent: G2/1.0
MIME-Version: 1.0
Message-ID: <8f181302-1ecb-45de-890d-cb121250fb0en@googlegroups.com>
Subject: Re: characters disappears
From: dlzc1@cox.net (dlzc)
Injection-Date: Mon, 22 May 2023 13:50:35 +0000
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Received-Bytes: 1583
 by: dlzc - Mon, 22 May 2023 13:50 UTC

On Saturday, May 20, 2023 at 3:04:44 AM UTC-7, fernando moreno wrote:
> cData:='&s='+AllTrim(Str(Year(self:oSFacturas:fecha)))+
> '&nf='+AllTrim(Str(self:oSFacturas:factura))+'&I='+
> AllTrim(cTotalCRC)+'&cr='+AllTrim(cCrcTBAIURL)

The & is a macro operator. Try either double quotes instead of single to delineate bodies of text, or use chr(38) instead, each place.

David A. Smith

1
server_pubkey.txt

rocksolid light 0.9.8
clearnet tor