I think you are overcomplicating it,  the answer is always:    abCD    for 
everyone... quite literally, just put in:

abCD

it will not accpt anything but abCD  make sure lowercase ab and uppercase CD
it's not a trick question, it's just a way of keeping bots from auto 
registering.    If it won't accept abCD then try another browser perhaps.

Jim

-----Original Message-----
From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On Behalf Of 
AB
Sent: Tuesday, January 16, 2018 5:30 PM
To: fpc-pascal@lists.freepascal.org
Subject: Re: [fpc-pascal] pas2js mailing list

I still can not enter anything there that is accepted.
For example: Writeln('def'+'@abc.com');
gives an error. No matter what I enter there it just gives an error "Anti-abuse 
result is wrong.". Small letters, capital letters, semicolon, simple letters, 
all variations of the above, does not matter.

AB

On 01/16/2018 12:52 PM, James Richters wrote:
> Technically the anti-abuse field would produce the output of:  Fatal Syntax 
> error, ";" expected but "identifier WRITELN" found
> because there is no semicolon following the sample code.  :D    I guess maybe 
> it's after an if statement and before an else so it doesn't need a semicolon?
> 
> Silliness aside....
> 
> Writeln ('String1'+'String2');  merges the strings together and will 
> output:  String1String2, it makes more sense if some strings are in 
> variables, like Writeln(prefixstring+'string here'+suffixstring); So 
> given writeln('ab'+'CD'); you would get output of:  abCD
> 
> Jim
> 
> -----Original Message-----
> From: fpc-pascal [mailto:fpc-pascal-boun...@lists.freepascal.org] On 
> Behalf Of AB
> Sent: Tuesday, January 16, 2018 1:09 PM
> To: fpc-pascal@lists.freepascal.org
> Subject: Re: [fpc-pascal] pas2js mailing list
> 
> OK,  WTH am I supposed to enter into the anti-abuse field?
> I tried a few dozen variations of everything and nothing is accepted.
> 
> I might be too old and senile :)  can we get some small explanation there?
> 
> AB
> 
> PS: BTW, Great work guys on pas2js
> 
> On 01/15/2018 07:42 AM, Mattias Gaertner wrote:
>> Hi,
>>
>> There is now a public mailing list for pas2js. You can subscribe here:
>>
>> http://lists.freepascal.org/mailman/listinfo/pas2js/
>>
>>
>> Mattias
>> _______________________________________________
>> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org 
>> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
>>
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org 
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
> 
> _______________________________________________
> fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org 
> http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal
> 
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org 
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/cgi-bin/mailman/listinfo/fpc-pascal

Reply via email to