[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Print Statement with more than one comma in a row fails
[Thread Prev] | [Thread Next]
- Subject: Re: Print Statement with more than one comma in a row fails
- From: Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
- Date: Fri, 23 May 2025 14:21:37 +0200
- To: user@xxxxxxxxxxxxxxxxxxxxxx
Le 23/05/2025 à 14:18, Lee a écrit :
My mistake. I copied the Print statements from Brian's email. There are two spaces between the Print statement and its arguments, and the second one is a NO-BREAK SPACE (UTF-8: 0xC2 0xA0) which the editor apparently didn't recognize.
Yes, the compiler does not understand Unicode spaces. Only the ASCII spaces. The editor does not care.
Regards, -- Benoît Minisini.
Print Statement with more than one comma in a row fails | Brian G <brian@xxxxxxxxxxxxxxxx> |
Re: Print Statement with more than one comma in a row fails | Lee <t.lee.davidson@xxxxxxxxx> |
Re: Print Statement with more than one comma in a row fails | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |
Re: Print Statement with more than one comma in a row fails | Lee <t.lee.davidson@xxxxxxxxx> |