*Sorry be careful : this is not an answer to my own question which has opened the thread. It is an answer to the answer given to my first question which has opened the thread which has given the technical solution. So you must read the answer before reading this.
Thanks that’s OK. You are right.
Now it is necessary to understand why I made the error (I commonly was using this syntax more than 10 years ago, but not used since this time).
I read again with attention the text about this subject and the problem is that the help text is not so clear even exact. I have read it too quickly to get out the consequence of the current text.
Your remark which gives the solution should be integrated to the documentation.
The current text is, in French :
Ajout de texte dans les codes de format numérique
Texte et nombres
Pour inclure du texte dans un format de nombre qui est
appliqué à une cellule contenant des
nombres, placez un guillemet double
(’’) devant et après le texte, ou une
barre oblique (\) devant un caractère
seul. Par exemple, saisissez #,#
“mètres” pour afficher “3,5 mètres” ou
#,# \m pour afficher “3,5 m”. Si vous utilisez l’espace comme séparateur de
milliers, vous devez insérer des
espaces entre les guillemets dans les
exemples précédent : #,#" mètres" ou
#,#m pour obtenir un résultat correct.
The problem is double :
- The first examples contain the “bad blank char” → solution : 1- use delimiters for examples 2- suppress the bad blank chars inserted
- The sentence which give advice to insert blanks with “_” or inside (") is “positive” while it should be a negative warning
This could be the right sentence :
Note importante : Si vous utilisez l’espace comme séparateur de
milliers, vous devez insérer des
espaces exclusivement entre les guillemets dans les
exemples précédents : {#,#" mètres"} ou
{#,#\ \m}
pour obtenir un résultat correct.
and in English
Important note : If you uses the “space” as thousands separator
you must use spaces exclusively between (")
delimiters of text. In precedent samples {#,#" mètres"} or
{#,#\ \m} to get a fair result.
Best regards
Trebly
Note : While I get get the answer I do not set “answered question” temporarily because of my comment which can lead to several actions, which do not set the subject closed for now but let you to do it.