On Tue, 16 Jan 2018, AB wrote:

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.


The anti-abuse line is a question to which you must answer.
You must not enter a new expression, you must enter the result of the writeln 
statement that you see there.
in my case that was abCD

The anti abuse is supposed to be a simple measure against spam bots
subscribing a lot of email addresses automatically.

Michael.


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