[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Print Statement with more than one comma in a row fails


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.


References:
Print Statement with more than one comma in a row failsBrian G <brian@xxxxxxxxxxxxxxxx>
Re: Print Statement with more than one comma in a row failsLee <t.lee.davidson@xxxxxxxxx>
Re: Print Statement with more than one comma in a row failsBenoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx>
Re: Print Statement with more than one comma in a row failsLee <t.lee.davidson@xxxxxxxxx>